Vishnu M

Results 3 comments of Vishnu M

pyvirtualdisplay installed in the virtual environment doesnt help

@seanpdoyle-intercom Related thread - https://github.com/rails/rails/issues/50480

You can add create a custom `TransientError` class and use a Sidekiq server middleware to suppress transient errors inside a job for a certain number of times(configurable via `ATTEMPT_THRESHOLD`). Add...