Replies: 1 comment
-
The error is emitted because your job stalled and default value is 1 for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! What exactly is this limit? Is it based on time or some other factor? Currently I have a job that makes multiple API requests and takes a while to complete. Not sure if it's because of that, but this particular job is failing quite a lot with "job stalled more than allowable limit" as the reason.
I can't optimize the job code any further (to take less time) since it's dependent on the API call latency, which can take on an average, around 10-20 seconds, or more depending on traffic. So instead, can I increase the limit that's being used somehow?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions