Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/fastlane/TaskQueue
ruby implementation of a simple dispatch queue
https://github.com/fastlane/TaskQueue
Merge pull request #7 from fastlane/gemify
gemify taskqueue
5b3f459be5c451cc9ab25f6819d2eeb67be5e56d authored almost 7 years ago
add newline
b5d4a6672df436d88eae05eaf13c5b73944c51be authored almost 7 years ago
b5d4a6672df436d88eae05eaf13c5b73944c51be authored almost 7 years ago
fix spec
f3c96b248099ab5610bab495ab72013bd6e7421d authored almost 7 years ago
f3c96b248099ab5610bab495ab72013bd6e7421d authored almost 7 years ago
fix placeholder text
6ef9f5590e4efcf08315f834d802c674f4c69750 authored almost 7 years ago
6ef9f5590e4efcf08315f834d802c674f4c69750 authored almost 7 years ago
gemify taskqueue
7fd8c77f932766ef26e35a53f272fefa60932c97 authored almost 7 years ago
7fd8c77f932766ef26e35a53f272fefa60932c97 authored almost 7 years ago
Merge pull request #5 from minuscorp/recreatable-tasks
Tasks that are `RecreatableTask` should be recreated by the queue where it was added.
88c5dff04af934f972c5028a6de4e635e50c8967 authored almost 7 years ago
That was weird
fa26fa1f864744b1c42bf837597fdc01941ddca8 authored almost 7 years ago
fa26fa1f864744b1c42bf837597fdc01941ddca8 authored almost 7 years ago
Review comments
a3db7d2dca5b49bbb5b8f4c0ed437ca0d203b9b1 authored almost 7 years ago
a3db7d2dca5b49bbb5b8f4c0ed437ca0d203b9b1 authored almost 7 years ago
Nice and ready for review!
638203f6e4a55f055fe111bc5ef6eb09a8a6ff7e authored almost 7 years ago
638203f6e4a55f055fe111bc5ef6eb09a8a6ff7e authored almost 7 years ago
Fixed tests, all them going green :smiley:
- Added a destructor test, using fork to ensure the Garbage Collector deallocates resources on e...
d872c4dc5f36132a14668c1ec4bcd26b122dbaad authored almost 7 years ago
Update task.rb
c4cb9cb681353a843b29fbda1d93a6af95a29486 authored almost 7 years ago
c4cb9cb681353a843b29fbda1d93a6af95a29486 authored almost 7 years ago
Update task_queue.rb
45dbad99bba4d89e7b0a5373042b3e437e870524 authored almost 7 years ago
45dbad99bba4d89e7b0a5373042b3e437e870524 authored almost 7 years ago
Typo
0fde06e0aaa6cbbb4aa5dffa1f2fadc5664371aa authored almost 7 years ago
0fde06e0aaa6cbbb4aa5dffa1f2fadc5664371aa authored almost 7 years ago
Added simple test and more additions
0a9759385d29a9897f737e08232f20ff354a818a authored almost 7 years ago
0a9759385d29a9897f737e08232f20ff354a818a authored almost 7 years ago
Typo
677c792dcc8601ba18697d4aaae82e009056ab14 authored almost 7 years ago
677c792dcc8601ba18697d4aaae82e009056ab14 authored almost 7 years ago
First draft on RecreatableTask and recreate queue
b0924797cdeb9e0c61b40f8bae4185a98d9cfc71 authored almost 7 years ago
b0924797cdeb9e0c61b40f8bae4185a98d9cfc71 authored almost 7 years ago
Merge pull request #4 from minuscorp/ensure-reports-status
Adds task success report on ensure_block
ffa7145531f6e9f0dc97ff70e6a9c31d421f4615 authored almost 7 years ago
Fixes and review additions
67d81083b8890d638512b7be43acb65c8d221b53 authored almost 7 years ago
67d81083b8890d638512b7be43acb65c8d221b53 authored almost 7 years ago
Typo
f6868a86e73e62ac46ec1800f0e0a4360f19310e authored almost 7 years ago
f6868a86e73e62ac46ec1800f0e0a4360f19310e authored almost 7 years ago
Adds task success report on ensure_block
571dde0ca00d2fae1df7b79b755c6b9cff6715d2 authored almost 7 years ago
571dde0ca00d2fae1df7b79b755c6b9cff6715d2 authored almost 7 years ago
specify which exception to raise in rescue
3743bd3dfc6e746bc1dabae0db5122e3d293a5ec authored almost 7 years ago
3743bd3dfc6e746bc1dabae0db5122e3d293a5ec authored almost 7 years ago
updated exception handling
783f7bbd643fac8aa9a36c980b1eeb51521235dd authored almost 7 years ago
783f7bbd643fac8aa9a36c980b1eeb51521235dd authored almost 7 years ago
Set current_task to nil when done
99e2850ad2a72b4494d45009ce628b51d2f8659e authored almost 7 years ago
99e2850ad2a72b4494d45009ce628b51d2f8659e authored almost 7 years ago
Make ensure block actually be called at the right time
Improve exception handing in threads
fix bug where exception can cause a worker to never be retur...
remove logging
eb32333175fac95bc0240acadc9f0933b39504a6 authored almost 7 years ago
eb32333175fac95bc0240acadc9f0933b39504a6 authored almost 7 years ago
Merge pull request #2 from fastlane/add_ensure_block
Add ensure block for when you want to ensure something gets done
ffedf16f83cc4328a4c52040c11af6aed5235181 authored almost 7 years ago
Add ensure block for when you want to ensure something gets done
f6c61ce09756f5a3c7d147e136e13ac8b1ebe9cc authored almost 7 years ago
f6c61ce09756f5a3c7d147e136e13ac8b1ebe9cc authored almost 7 years ago
Change name of queue to TaskQueue
83cc8905978c44ed4eb854c2632856d926b1fda7 authored almost 7 years ago
83cc8905978c44ed4eb854c2632856d926b1fda7 authored almost 7 years ago
Fix spacing in sample code
015c728744ef4560b434b584a25184f34fedfae9 authored almost 7 years ago
015c728744ef4560b434b584a25184f34fedfae9 authored almost 7 years ago
Initial version of TaskQueue 🎈🐐
4f6ae54cb4a668694e8b16b87da7e74900320269 authored almost 7 years ago
4f6ae54cb4a668694e8b16b87da7e74900320269 authored almost 7 years ago
Initial commit
2673a2fa3d3f588726693acd1970c685eb24a29f authored almost 7 years ago
2673a2fa3d3f588726693acd1970c685eb24a29f authored almost 7 years ago