Skip to main content

z4j-rqscheduler

PyPI version Python License

The rq-scheduler adapter for z4j.

Surfaces rq-scheduler periodic / interval / cron jobs on the dashboard's Schedules page, read, trigger, disable (cancel), delete.

Compatibility

  • rq-scheduler 0.11+ (no upper cap)
  • Python 3.11+

Full per-adapter matrix at https://z4j.dev/reference/compatibility/.

What it ships

Capability Notes
List schedules every job rq-scheduler currently tracks
Disable cancels the scheduled job (rq-scheduler has no enabled flag); re-enable by re-registering it from your code
Trigger now enqueues the task immediately, outside the schedule
Delete clean removal from the rq-scheduler set
Boot inventory full snapshot at agent connect; existing schedules show up without editing

Schedule create and update are not yet supported from the dashboard for rq-scheduler, so the brain greys those actions out. Define schedules in your project's Python entrypoint (scheduler.cron(...) / scheduler.schedule(...)); z4j inventories them and exposes the supported trigger, disable, and delete controls once they exist. Enable is not advertised because a cancelled definition cannot be restored by rq-scheduler; re-register it from application code instead.

Install

pip install z4j-rq z4j-rqscheduler
import os

from rq import Queue
from rq_scheduler import Scheduler
from redis import Redis
from z4j_bare import install_agent
from z4j_rq import RqEngineAdapter
from z4j_rqscheduler import RqSchedulerAdapter

redis = Redis(host="localhost")
queue = Queue(connection=redis)
scheduler = Scheduler(queue=queue, connection=redis)

install_agent(
    engines=[RqEngineAdapter(rq_app=queue)],
    schedulers=[RqSchedulerAdapter(scheduler=scheduler)],
    brain_url="https://brain.example.com",
    token="z4j_agent_...",
    project_id="my-project",
    hmac_secret=os.environ["Z4J_HMAC_SECRET"],
)

Pairs with

Reliability

  • rq-scheduler has no registry-change signal, so z4j refreshes inventory at boot and during periodic reconciliation.
  • Redis calls run on the adapter's bounded offload pool. A mutation that exceeds its 10-second timeout is reported as indeterminate because the worker thread may still complete it.

Documentation

Full docs at z4j.dev/schedulers/rq-scheduler/.

License

Apache-2.0, see LICENSE.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

z4j_rqscheduler-1.10.0.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

z4j_rqscheduler-1.10.0-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file z4j_rqscheduler-1.10.0.tar.gz.

File metadata

  • Download URL: z4j_rqscheduler-1.10.0.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for z4j_rqscheduler-1.10.0.tar.gz
Algorithm Hash digest
SHA256 37895672c1f11084374bd513b43a6511fa5408a4e9a6d99e998d62a3dea463f5
MD5 aebef055803455a25232a159a51d3aca
BLAKE2b-256 5b2f5f0f51209e560e6c1881fc66234f98c891bda422b5bea5ad0147675a7c19

See more details on using hashes here.

File details

Details for the file z4j_rqscheduler-1.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for z4j_rqscheduler-1.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 17982ede95019472df5e47626859ec3c126ac7a0803361dd6c423b05d7a04985
MD5 1c3ff47e379536ea6f03a87e561d11e9
BLAKE2b-256 4a6433e6a2cad846446356fbb446af2a70aba4eaee8bf12af83db12957253c75

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.10.0 This release

2 files

1.9.1

2 files

1.9.0

2 files

1.8.0

2 files

1.7.0

2 files

1.6.7

2 files

1.6.0

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page