mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-sidekiq-cron04 0.4.5 (copied from rubygem-sidekiq-cron)
- Add PORTSCOUT
This commit is contained in:
parent
e089aa9edf
commit
c1b6f0a68d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438551
4 changed files with 41 additions and 0 deletions
|
@ -5529,6 +5529,7 @@
|
|||
SUBDIR += rubygem-shoulda-matchers
|
||||
SUBDIR += rubygem-sidekiq
|
||||
SUBDIR += rubygem-sidekiq-cron
|
||||
SUBDIR += rubygem-sidekiq-cron04
|
||||
SUBDIR += rubygem-sidekiq-limit_fetch
|
||||
SUBDIR += rubygem-sidekiq-unique-jobs
|
||||
SUBDIR += rubygem-sidetiq
|
||||
|
|
26
devel/rubygem-sidekiq-cron04/Makefile
Normal file
26
devel/rubygem-sidekiq-cron04/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sidekiq-cron
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 04
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \
|
||||
rubygem-rufus-scheduler>=2.0.24:devel/rubygem-rufus-scheduler \
|
||||
rubygem-sidekiq>=4.2.1:devel/rubygem-sidekiq
|
||||
|
||||
PORTSCOUT= limit:^0\.4\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sidekiq-cron04/distinfo
Normal file
3
devel/rubygem-sidekiq-cron04/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1481028713
|
||||
SHA256 (rubygem/sidekiq-cron-0.4.5.gem) = ee4c63821c6834dbdd884c07f1467a20116dc82449ce8491ff3236b14bd30bcb
|
||||
SIZE (rubygem/sidekiq-cron-0.4.5.gem) = 175616
|
11
devel/rubygem-sidekiq-cron04/pkg-descr
Normal file
11
devel/rubygem-sidekiq-cron04/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Sidekiq-Cron is a scheduling add-on for Sidekiq.
|
||||
|
||||
It runs a thread alongside Sidekiq workers to schedule jobs at specified times
|
||||
(using cron notation * * * * * parsed by Rufus-Scheduler).
|
||||
|
||||
It also checks for new jobs to schedule every 10 seconds and doesn't schedule
|
||||
the same job multiple times when more than one Sidekiq worker is running.
|
||||
|
||||
Scheduling jobs are added only when at least one Sidekiq process is running.
|
||||
|
||||
WWW: https://github.com/ondrejbartas/sidekiq-cron
|
Loading…
Add table
Reference in a new issue