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
fix(worker): eliminate race condition and cleanup issues in asynq server test
Replace shared mutable strings with channels for synchronization,
use select with timeout instead of a fixed time.Sleep, fix
require.Equal argument order, and reorder cleanup so the asynq
server shuts down before Redis is terminated.
0 commit comments