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
Introduce functionality to configure cron jobs as unique, preventing
concurrent processing of the same job. When a job is marked as unique,
it will not be enqueued or executed again until it completes or reaches
a specified timeout.
Added a new environment variable `SHELLHUB_ASYNQ_UNIQUENESS_TIMEOUT` to
control the maximum duration (in hours) a job can lock the queue. This
timeout ensures that stalled jobs do not block subsequent executions
indefinitely.
0 commit comments