question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can i change ARCHIVE_TOTAL_SIZE_LIMIT ?

See original GitHub issue

Hi there.

I got below error when entered digdag push .

error: Status code 400: {"message":"Total size of the archive exceeds limit (2378971 > 2097152 bytes)","status":400}

I think this cause is ARCHIVE_TOTAL_SIZE_LIMIT from that code.

I want set more big size limit than 2MB. Is it difficult?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
serihirocommented, Dec 11, 2018

@muga Hi, muga-san.

I think the problem reported in this issue does not concern #880 .
#880 parameterized the max limit size of GET API, not POST API.

In order to parameterize the max limit size of Project, ARCHIVE_TOTAL_SIZE_LIMIT in https://github.com/treasure-data/digdag/blob/master/digdag-server/src/main/java/io/digdag/server/rs/ProjectResource.java#L630-L634 is needed to be configurable, like here https://github.com/treasure-data/digdag/blob/master/digdag-server/src/main/java/io/digdag/server/rs/AttemptResource.java#L80

e.g.

ARCHIVE_TOTAL_SIZE_LIMIT = systemConfig.get("api.max_achive_total_size_limit", Integer.class, DEFAULT_ARCHIVE_TOTAL_SIZE_LIMIT);
1reaction
mugacommented, Sep 29, 2018

#880 could fix this issue and will be released as v0.9.31. https://github.com/treasure-data/digdag/milestone/10

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exchange Online limits - Service Descriptions - Microsoft Learn
You can change the size limit individually on each folder or change the default size limit defined in the organization's configuration to make...
Read more >
How to Increase Office 365 Mailbox Size Limits - NAKIVO
Discover the different methods you can use to check and increase the Office 365 mailbox size limits for all users in your organization....
Read more >
Microsoft Caps Exchange Online's “Unlimited Archive” at 1.5 TB
The change happens on November 1, 2021, and when the new limit is active, users will be unable to add more information to...
Read more >
Uploading – Tips - Internet Archive Help Center
Yes, you can. You can view your item or files history by clicking on the item. You will then see the item and...
Read more >
Archiving andMailbox Limits | ALA Support
The archive does not have a size limit, so it is ALA Best Practice to move important items to this area. You will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found