-
Notifications
You must be signed in to change notification settings - Fork 75
/
Changes
18 lines (15 loc) · 942 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version 0.2.2, 15.02.08, rev 31
- added blaine cook's suggestion: worklings can now (also) be invoked like this: YourWorkling.asynch_your_method(options)
- added similar for remote store, which can now be called like this: Workling::Return::Store.set(:key, "value")
Version 0.2.1, 14.02.08 rev. 24
- added WorklingError classes.
- all runners now suppresses workling exceptions. This brings the local behaviour in line with the remote runners.
Version 0.2, 13.02.08 rev. 21
- progress bars or returning results now possible with return stores. use these to communicate back from your workling.
- memory store for testing and starling store added.
- now generates uids for workling jobs. these are returned by the runner.
- extracted Workling::Starling::Client
- clearer file structure for workling
Version 0.1, 06.02.08
- initial release
- see http://playtype.net/past/2008/2/6/starling_and_asynchrous_tasks_in_ruby_on_rails/ for details.