Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3lingo
rescheduled 🗓️
Commits
1cc7dbfa
Unverified
Commit
1cc7dbfa
authored
3 months ago
by
Felix Eckhofer
Browse files
Options
Downloads
Patches
Plain Diff
Update crono for 38c3
parent
0d52dfc1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/cronotab.rb
+3
-2
3 additions, 2 deletions
config/cronotab.rb
with
3 additions
and
2 deletions
config/cronotab.rb
+
3
−
2
View file @
1cc7dbfa
...
@@ -14,5 +14,6 @@
...
@@ -14,5 +14,6 @@
# Crono.perform(TestJob).every 2.days, at: '15:30'
# Crono.perform(TestJob).every 2.days, at: '15:30'
#
#
Crono
.
perform
(
FetchConferenceDataJob
,
'rp2024'
).
every
5
.
minutes
Crono
.
perform
(
FetchConferenceDataJob
,
'38c3'
).
every
5
.
minutes
Crono
.
perform
(
TelegramNotifyUpcomingJob
,
{
offset:
15
.
minutes
.
to_i
,
interval:
1
.
minute
.
to_i
}).
every
1
.
minute
Crono
.
perform
(
FetchConferenceDataJob
,
'38c3-more'
).
every
5
.
minutes
#Crono.perform(TelegramNotifyUpcomingJob, { offset: 15.minutes.to_i, interval: 1.minute.to_i }).every 1.minute
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment