An open API service providing commit metadata for open source projects.

GitHub / seung-lab/python-task-queue / commits

SHA Message Author Date Stats
2a8e3c10 chore: cleanup metadata William Silversmith <w****h@g****m> 8 months ago
d661fe28 ci: drop py38 add py313 William Silversmith <w****h@g****m> 8 months ago
67775324 docs: remove travis badge William Silversmith <w****h@g****m> 8 months ago
77652fe3 fix: enable the use of SQS and Google pub/sub on Windows William Silversmith <w****h@g****m> 8 months ago
7f4fae22 fix: also fix hanging error for LocalTaskQueue William Silversmith <w****h@g****m> 8 months ago
57aecd42 fix: prevent hanging multiprocessing William Silversmith <w****h@g****m> 8 months ago
e978bd55 feat: add Google pubsub (#44) Forrest Collman <f****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
1573d1c8 ci: update for newer python versions William Silversmith <w****h@g****m> almost 2 years ago
d18e2d2d test: update tests to work with newest moto William Silversmith <w****h@g****m> almost 2 years ago
6eea2cfe release(2.13.0): adds --load to cp, adds renew_lease to sqs William Silversmith <w****h@g****m> over 2 years ago
7aadb085 chore: update ChangeLog William Silversmith <w****h@g****m> over 2 years ago
35c1f4f6 feat: add ability to load definitions in cp William Silversmith <w****h@g****m> over 2 years ago
f164cd0c feat: implement renew_lease for sqs William Silversmith <w****h@g****m> over 2 years ago
1d13d605 release(2.12.1): fixes is_empty for sqs William Silversmith <w****h@g****m> over 3 years ago
5da3ab79 fix: incorrect method declaration for sqs is_empty William Silversmith <w****h@g****m> over 3 years ago
47737e96 fix(sqs): add ApproximateNumberOfMessagesDelayed to status and enqueued William Silversmith <w****h@g****m> over 3 years ago
3c15eb8b docs: document the JSON int->string issue William Silversmith <w****h@g****m> almost 4 years ago
d370e0b4 release(2.12.0): adds retry to SQS except for http 4xx errors William Silversmith <w****h@g****m> about 4 years ago
0c6e8487 feat: add retry to SQS (#39) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
2dec0ba3 docs: mention that tasks need to be imported William Silversmith <w****h@g****m> over 4 years ago
f0f95068 release(2.11.0): add ptq purge and support ptq status for SQS William Silversmith <w****h@g****m> over 4 years ago
4c4cdf29 feat: add purge command to cli, add status support to SQS William Silversmith <w****h@g****m> over 4 years ago
4b1e56eb docs: update ptq on README William Silversmith <w****h@g****m> over 4 years ago
5694f77c release(2.10.0): adds mv command to ptq William Silversmith <w****h@g****m> over 4 years ago
c44abf13 feat(cli): implement mv command William Silversmith <w****h@g****m> over 4 years ago
4e5b890a feat: better error message for cp William Silversmith <w****h@g****m> over 4 years ago
d6721bf6 feat(cli): support mv command William Silversmith <w****h@g****m> over 4 years ago
101df2aa chore: update ChangeLog William Silversmith <w****h@g****m> over 4 years ago
010ccd17 docs: mention that filequeue doesn't need a server William Silversmith <w****h@g****m> over 4 years ago
266ff0d8 release(2.9.0): adds cp command to ptq William Silversmith <w****h@g****m> almost 5 years ago
fca73b35 refactor: rename copy to cp William Silversmith <w****h@g****m> almost 5 years ago
9e4d00c6 docs: describe restrictions on copying sqs William Silversmith <w****h@g****m> almost 5 years ago
2197f43d chore: update ChangeLog William Silversmith <w****h@g****m> almost 5 years ago
75a33eb7 feat(cli): add copy to ptq William Silversmith <w****h@g****m> almost 5 years ago
cd7cf656 release(2.8.7): more robust is_empty for FileQueue William Silversmith <w****h@g****m> almost 5 years ago
30fd0eaf fix(fq): iter dies if file deleted between scan and read William Silversmith <w****h@g****m> almost 5 years ago
5ed48a6a fix: no need for is_empty to actually read the files William Silversmith <w****h@g****m> almost 5 years ago
50323e5f release(2.8.6): more robust test for queueable function arguments William Silversmith <w****h@g****m> almost 5 years ago
cfd08a46 fix(queuable): more robust check for correct arguments William Silversmith <w****h@g****m> almost 5 years ago
4c552cf5 fix: green threads throw exceptions properly (#34) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3ac74297 chore: update changelog William Silversmith <w****h@g****m> almost 5 years ago
6f37a77a chore: update ChangeLog William Silversmith <w****h@g****m> almost 5 years ago
3af4ee20 test: add tests for is_empty William Silversmith <w****h@g****m> almost 5 years ago
2c97e55a fix: missing import of "first" from lib (#33) supersergiy <s****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
5438f454 docs: update README.md William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e8ab25cd release(2.8.3): upload numpy objects to SQS + fixes segfault on Mac William Silversmith <w****h@g****m> about 5 years ago
01a3117f fix(gha): install requirements_dev.txt William Silversmith <w****h@g****m> about 5 years ago
a32031b1 chore: remove travis CI William Silversmith <w****h@g****m> about 5 years ago
a77df204 Create python-package.yml William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
81223650 fix: progress bar overestimate (#32) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
a4cecc12 fix: accept numpy arrays for JSON conversion on SQS William Silversmith <w****h@g****m> about 5 years ago
7311f52f release(2.8.2): smoother parallel upload progress bar + fixes William Silversmith <w****h@g****m> about 5 years ago
0aeddb17 feat: smoother parallel upload (#31) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
323d7040 release(2.8.1): fix for sqs William Silversmith <w****h@g****m> about 5 years ago
981480d2 fix: igneous sets tally to True by default which crashes sqs William Silversmith <w****h@g****m> about 5 years ago
23342fa1 release(2.8.0): ctrl-c twice to immediately exit poll William Silversmith <w****h@g****m> about 5 years ago
4573eab6 feat: ctrl-c twice to immediately exit poll William Silversmith <w****h@g****m> about 5 years ago
0dc65fad docs: fix spelling error William Silversmith <w****h@g****m> about 5 years ago
f42b16c4 release(2.7.0): Queueable functions. Fix for multiprocess insert counter. William Silversmith <w****h@g****m> about 5 years ago
c0bdafb5 feat: return number inserted from insert William Silversmith <w****h@g****m> about 5 years ago
ec30b4e6 fix: resolve race condition in multiprocess insert counter upload William Silversmith <w****h@g****m> about 5 years ago
35b9dea9 chore: remove whitespace William Silversmith <w****h@g****m> about 5 years ago
c3720e23 fix: multiprocess insert dying William Silversmith <w****h@g****m> about 5 years ago
75ed0d0b docs: add docstring to @queueable William Silversmith <w****h@g****m> about 5 years ago
76a8cecc feat: queueable functions (#30) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
71fbd83e release(2.6.0): adds number leased to ptq status William Silversmith <w****h@g****m> about 5 years ago
8a91f743 feat(cli): add number of leased tasks to status for filequeue William Silversmith <w****h@g****m> about 5 years ago
541ca10f release(2.5.1): fix packaging for CLI William Silversmith <w****h@g****m> over 5 years ago
cbbe9602 fix: make sure cli is packaged William Silversmith <w****h@g****m> over 5 years ago
13757be8 docs: describe new ptq tool William Silversmith <w****h@g****m> over 5 years ago
41cf0aeb release(2.5.0): ptq CLI tool William Silversmith <w****h@g****m> over 5 years ago
f17070ee refactor: remove commented out code William Silversmith <w****h@g****m> over 5 years ago
f7c0ee07 feat(cli): add ptq command William Silversmith <w****h@g****m> over 5 years ago
a29a976c release(2.4.0): adds elapsed_time DI argument to stop_fn William Silversmith <w****h@g****m> over 5 years ago
8df9075b docs: describe elapsed_time parameter William Silversmith <w****h@g****m> over 5 years ago
496acdfb feat: add "elapsed_time" DI argument to stop_fn William Silversmith <w****h@g****m> over 5 years ago
db021ef2 release(2.3.0): queue transfer capability William Silversmith <w****h@g****m> over 5 years ago
9bee9a03 feat: allow inserting a FileTaskQueue into an AWS TaskQueue William Silversmith <w****h@g****m> over 5 years ago
3eeedc28 feat: add tq.tasks() method William Silversmith <w****h@g****m> over 5 years ago
9ac4bda2 fix(taskqueue): rare error where incr is referenced before assignment William Silversmith <w****h@g****m> over 5 years ago
b7f70dc1 release(2.2.0): updates verbose messages in tq.poll William Silversmith <w****h@g****m> over 5 years ago
6b8283de feat(tq.poll): add pre-execution message to verbose mode (#27) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a99322ac chore: udpate authors and changelog William Silversmith <w****h@g****m> over 5 years ago
bd023670 release(2.1.0): adds support for additional SQS client arguments William Silversmith <w****h@g****m> over 5 years ago
88979493 Allow taskqueue instantiation with any boto3 client keywords (#26) Chris Roat <1****t@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c51673f5 docs: show how to use delete and purge William Silversmith <w****h@g****m> over 5 years ago
bd8051b9 release(2.0.0): major refactor + FileQueue William Silversmith <w****h@g****m> over 5 years ago
6272b09e docs: more documentation for FileQueue William Silversmith <w****h@g****m> over 5 years ago
2d77e912 chore: update Trove classifiers to exclude py27 and include py38 William Silversmith <w****h@g****m> over 5 years ago
a6ee5655 BREAKING: drop python 2.7 support (#25) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6ce8a145 test: fix travis William Silversmith <w****h@g****m> over 5 years ago
c1f07d6b fix: support py27 with scandir pkg William Silversmith <w****h@g****m> over 5 years ago
4e16d90f feat: FileQueue + big redesign of TaskQueue (#24) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4b76c77a redesign(BREAKING): replace useless log_fn with before_fn and after_fn (#21) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b582be1d release(1.0.0): add before_fn and after_fn to poll William Silversmith <w****h@g****m> about 6 years ago
668554fb release: 0.15.0 William Silversmith <w****h@g****m> about 6 years ago
15f283d3 feat: support progress bars for MockTaskQueue William Silversmith <w****h@g****m> about 6 years ago
dd34aae7 fix: accomodate change to Markdown detection on pypi William Silversmith <w****h@g****m> over 6 years ago
fa4f40cc release(0.14.5): fix multiprocessing progress bar William Silversmith <w****h@g****m> over 6 years ago
78da8cc0 fix: parallel progress bar fills smoothly (#19) William Silversmith <w****h@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago

← Back to repository