summaryrefslogtreecommitdiff
path: root/lib/tasks/sidekiq.rake
Commit message (Collapse)AuthorAgeFilesLines
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-4/+4
|
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-231-3/+3
|
* Move from script to bin directory.Marin Jankovski2014-05-271-4/+4
|
* Invoke Kernel#system with separate argumentsJacob Vosmaer2014-03-031-4/+4
|
* Restore sidekiq rake tasksJacob Vosmaer2013-10-251-2/+4
|
* Move unicorn and sidekiq commands into bash scriptJacob Vosmaer2013-10-151-20/+7
|
* Use built-in sidekiq deamonizationJacob Vosmaer2013-10-091-1/+1
|
* Remove duplicate log path generationJacob Vosmaer2013-10-091-2/+6
|
* Always shut down sidekiq before startingJacob Vosmaer2013-10-091-1/+9
|
* use system call to start sidekiqDmitriy Zaporozhets2013-02-271-5/+5
|
* Update lib/tasks/sidekiq.rakeMichael Lee2013-02-121-1/+6
| | | | | Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ?
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-1/+1
|
* Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-1/+1
|
* Updates project to process web hooks async via sidekiq.Ryan LaNeve2013-01-251-1/+1
| | | | | | A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
* Fix sidekiq task to use RailsRiyad Preukschas2013-01-101-10/+2
|
* email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-0/+23