Libraries tagged by Job module
eclabsit/rabbitmq-bacground-jobs
246 Downloads
Background Jobs using RabbitMQ
didrive_mod/job_stat
17 Downloads
обобщённые данные для модуля зп
didrive_mod/job_spec
23 Downloads
модуль job для специалиста
didrive_mod/job_buh
100 Downloads
расчёт денег по учёту работы
cristiannic/archiware_p5_jobs
4 Downloads
Module for munkireport.
aissyass/magento2-jobs
1 Downloads
Magento 2 Jobs
web-ex-machina/contao-job-offers
72 Downloads
Offers & Ads for Contao Open Source CMS
frenzelgmbh/cm-jobcontrol
28 Downloads
Job Watchdog Module for yii2
devtransition/yii2-jobbers
5 Downloads
Yii 2 module for asynchronous job processing (Queue-Manager)
akandels/furnace
25 Downloads
Zend Framework 2 module to manage jobs in a prioritized queue with dependencies, status reporting and tracking.
bushbaby/slmqueuedoctrine-postponablejobstrategy
443 Downloads
BsbPostponableJobStrategy is a strategy for the SlmQueueDoctrine ZF2 module that provides the ability for jobs to postpone their execution until other jobs have successfully been processed.
webexmachina/contao-offers
68 Downloads
Offers & Ads for Contao Open Source CMS
swiftchase/queue-sqs-s3event
92 Downloads
Zend Framework 2 module for Amazon S3 Event Notifications queue manager for SlmQueue
swiftchase/queue-sqs-eb-worker
29 Downloads
Zend Framework 2 module for Elastic Beanstalk Worker environment support via SlmQueue
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions