ruby on rails - Does a Sidekiq worker know what time it was posted? -


assuming sidekiq worker wasn't posted @ same time started (i.e. via perform_at or perform_in), post time stored anywhere in worker object? in other words, can sidekiq worker know time posted? pass value perform_at i'd rather not if it's there.

the created_at , enqueued_at times stored in job payload not available worker instance. accessible middleware.


Comments

Popular posts from this blog

.net - Generate assembly with Roslyn -

batch file - filebot superstrict script: need tiny video sample or other solution -

typescript - Disable a button based on text field values in angular 2 -