Workq is a job scheduling server strictly focused on simplifying job processing and streamlining coordination. It can run jobs in blocking foreground or non-blocking background mode. Workq runs as a standalone TCP server and implements a simple, text based protocol. Clients interact with Workq over a TCP socket in a request/response model with text commands. Please refer to the full protocol doc for details.
queue queueing jobs jobqueue job job-scheduler worker workers scheduler scheduleKQ (Kafka Queue) is a lightweight Python library which lets you queue and execute jobs asynchronously using Apache Kafka. It uses kafka-python under the hood. You may need to use sudo depending on your environment.
kafka job-queue async kafka-client kafka-consumer kafka-producer python3 python2 python-library python-3 python-2 asynchronous queueing jobqueue apache-kafka worker-queue producer-consumer serialization python-3-5Jobqueue manages running and scheduling jobs (think Sidekiq or Resque). You can choose between MySQL and MongoDB as a backend for persistent storage.
jobqueue resque sidekiq scheduled-jobs workersIts is a job queue inspired by Resque, but is trying to improve certain shortcomings of Resque's design. In particular, mongo-queue makes it impossible to lose jobs. Jobs are kept in the database until workers have successfully completed them and only then are they removed from the database. Even if your host or application crashes hard (without chance to catch the exception in the application's runtime), no jobs are lost.
queue jobqueue mongo mongodbOversee jobs you have put into the queue. Track status, completion % and other job information in real time.
laravel jobqueue statusAutomation is a module used to executte cyclic operations based on laravel task scheduler. It serves as a replacement for setting up your own cron jobs to make it easier to manage. It provides an intuitive control interface on the admin level. Automation can run tasks every few minutes, hourly, daily or weekly - depending how you set it up. Scheduled data is stored in the system database. Antares Automation Module documentation can be found at antaresproject.io/docs/core_modules/automation.
laravel antares-project component queue laravel-queues scheduler async processing job job-queue monitor notifications artisan-command jobqueue command-line automation-antares antaresproject antares-documentation antares-changelog
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.