forked from jmettraux/rufus-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS.txt
46 lines (34 loc) · 1.6 KB
/
CREDITS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
= CREDITS.txt
== Contributors
- Anthony Lewis (https://github.com/anthonylewis) cron lines and 09 issue
- concept47 (https://github.com/concept47) every and :discard_past
- Chris Kampemeier (http://github.com/chrisk) rspec 2.0 refinements
- Tanzeeb Khalili (http://github.com/tanzeeb) cron and timezones
- Adam Davies (http://github.com/adz), :allow_overlapping => false
- Klaas Jan Wierenga, at/every/in stress tests (1.0 and 2.0)
- TobyH (http://github.com/tobyh), faster and cleaner CronLine#next_time
== Feedback
- Louis Coilliot - Scheduler#running_jobs
- Henrique G. Testa - pause/resume concept
- Sam Gibson - https://github.com/samfoo - exception handling hardening
- sha1dy - https://github.com/sha1dy - every and overlapping exception issue
- Defusal - unschedule_by_tag
- pickerel - https://github.com/pickerel
- Gonzalo Suarez - parse_time_string(s) issue
- Tony Day - http://github.com/tonyday - every and overlapping timeout issue
- Nate Wiger (Schedulable call/trigger issue)
- Aldric (readme errors)
- Kenneth Kalmer (daemon-kit)
- Chris Evans, :timeout tests on JRuby
- Tim Uckun, :timeout concept
- K Liu, for the note about CronLine#next_time
- Xianhang Zhang, find_jobs(tag=nil) patch
- Yi Wen, for lib/rufus-scheduler.rb
- Adam Green and Rael Dornfest for the Taskr breaking issue feedback
- Sean Liu, unschedule_every issue
- Manfred Usselman (no cronjobs on sundays bug)
- Michael Goth, tests with precision > 1s
* many people gave feedback previously, see
http://openwferu.rubyforge.org/svn/trunk/openwfe-ruby/CREDITS.txt
== and finally
- many thanks to the EventMachine team (especially Aman Gupta)