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
When n_workers > 1, there is no way to limit task execution to 1, isnt it? If its true, i can fix it with adding select for update and status column in task_messages table.
When n_workers > 1, there is no way to limit task execution to 1, isnt it? If its true, i can fix it with adding select for update and status column in task_messages table.