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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -