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
Shoryuken fires process lifecycle events when starting up and shutting down:
Shoryuken.configure_serverdo |config|
config.on(:startup)do# called when it's about to start fetching messages, after validating queues, params etcendconfig.on(:quiet)do# called for soft shutdown kill -USR1, before calling shutdownendconfig.on(:dispatch)do# called every time it tries to fetch messages from SQSendconfig.on(:shutdown)do# called when shut-downingendconfig.on(:stopped)do# called after executor stoppedendend