Skip to content
Discussion options

You must be logged in to vote

This is nebulous for a reason: we can't possibly enumerate all things which are safe vs dangerous. Features can change and versions can contain fixes over time.

I believe you will find that most things are safe but there are major points of divergence; for instance, ActiveJob implements its own retry behavior which is invisible to Sidekiq. If you don't use ActiveJob retries and use Sidekiq native retries instead, that's 90% of the incompatibilities AFAIK. sidekiq_retries_exhausted doesn't work with AJs but you can use a global :death handler instead, etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lorrin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants