You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that this is just an easily misread bit of text - I was concerned from the readme that the job would just fail to be created, but the code strongly seems to indicate that the job simply won't get worked on if we are over the concurrency limit.
The text was updated successfully, but these errors were encountered:
The readme specifies "a new job will not be scheduled if we are at or over a job's MaxConcurrency limit."
https://github.com/gocraft/work#job-concurrency
However the code implies the job will still be inserted, it just won't be selected or run.
work/redis.go
Line 107 in 5959e69
It appears that this is just an easily misread bit of text - I was concerned from the readme that the job would just fail to be created, but the code strongly seems to indicate that the job simply won't get worked on if we are over the concurrency limit.
The text was updated successfully, but these errors were encountered: