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
Rename Semaphore.concurrency_key to Semaphore.key and simplify method sigantures
We can simply pass a job, since both Active Job and Solid Queue's Job respond to the
same methods, required for the semaphore to be waited on, or signaled. The "concurrency"
part of the "concurrency_key" attribute is redundant.
0 commit comments