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
The "Using RQ on Heroku" docs section ( https://python-rq.org/patterns/ ) shows using a subclass of Worker specialized for Heroku. Unfortunateely using that, rather than the Scout RQ Worker subclass means that scout isn't instrumented. We should also provide a ScoutHerokuWorker class.
The text was updated successfully, but these errors were encountered:
The "Using RQ on Heroku" docs section ( https://python-rq.org/patterns/ ) shows using a subclass of
Worker
specialized for Heroku. Unfortunateely using that, rather than the Scout RQ Worker subclass means that scout isn't instrumented. We should also provide aScoutHerokuWorker
class.The text was updated successfully, but these errors were encountered: