rq-scheduler icon indicating copy to clipboard operation
rq-scheduler copied to clipboard

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)

Results 101 rq-scheduler issues
Sort by recently updated
recently updated
newest added

I am trying to schedule the main jobs in the default queue, But secondary jobs in another queue called "systemTriggers". The Job is scheduled in the second queue. when i...

support timezone as a parameter to calc the next run, and not only current TZ or UTC

I'm attempting to configure rq-scheduler to schedule some jobs, but while RQ provides Retry mechanisms for its jobs, RQ-Scheduler does not. And since rq-scheduler is the one responsible for pushing...

* `ttl` default * `result_ttl` default * Created line parody with `schedule`

Hey there _create_job seems to be missing the kwargs retry which takes a retry object at the base level. as per https://github.com/rq/rq/blob/9737ffa95fa23dfdebee72f581d72ba88c725a25/tests/test_retry.py would a pr help out here or is...

This is my standard Flask API call, when manually requested, works normally as expected: app.py: ``` @app.route('/contact/', methods=['GET']) def get_contact(id): product = Contact.query.get(id) return contact_schema.jsonify(product) ``` How to make it...

A new feature - the option to limit the quantity of a given job in it's queue. This is useful when the job duration is sometimes greater than the interval,...

Do not queue scheduled job if it is already present in destination queue By default False == save default behaivor

When I used a redis connection with decode_response=True to the rq-scheduler, run the rqscheduler command, will got below error. "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c in position 1: invalid...