Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gab-social
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
gab
social
gab-social
Commits
d813b1a9
Commit
d813b1a9
authored
Jan 14, 2020
by
mgabdev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed sidekiq_options in ScheduledStatusesScheduler
parent
9228e82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
app/workers/scheduler/scheduled_statuses_scheduler.rb
app/workers/scheduler/scheduled_statuses_scheduler.rb
+0
-2
No files found.
app/workers/scheduler/scheduled_statuses_scheduler.rb
View file @
d813b1a9
...
...
@@ -3,8 +3,6 @@
class
Scheduler::ScheduledStatusesScheduler
include
Sidekiq
::
Worker
sidekiq_options
unique: :until_executed
,
retry:
0
def
perform
due_statuses
.
find_each
do
|
scheduled_status
|
PublishScheduledStatusWorker
.
perform_at
(
scheduled_status
.
scheduled_at
,
scheduled_status
.
id
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment