issues
search
Workiva
/
furious
Fast and modular async task library for Google App Engine.
Apache License 2.0
37
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RED-5108 - Fixing import error
#190
matthewbelisle-wf
closed
2 years ago
2
Move imports inside of csrf_check
#189
patkujawa-wf
closed
2 years ago
4
RED-5108 - Check taskqueue ip
#188
matthewbelisle-wf
closed
2 years ago
5
RED-5091 - Fix pypi upload
#187
matthewbelisle-wf
closed
2 years ago
3
RED-5091 - Fixing github action syntax
#186
matthewbelisle-wf
closed
2 years ago
4
RED-5091 - Adding pypi publish workflow
#185
matthewbelisle-wf
closed
2 years ago
3
RED-5083 - Test deployment
#184
matthewbelisle-wf
closed
2 years ago
4
Log traces
#183
johnlockwood-wf
opened
7 years ago
2
Fix readme removing warning about completion handler.
#182
dzyp
opened
7 years ago
6
HY-4578 Warn about arguments needing to be json-serializable
#181
patkujawa-wf
closed
7 years ago
4
Fix make file
#180
beaulyddon-wf
closed
7 years ago
4
Update the travis configuration
#179
beaulyddon-wf
closed
7 years ago
4
[RED-659] Add Aviary.yaml
#178
infosec-wf
closed
7 years ago
4
Update the _pkg_meta to 1.6.0
#177
beaulyddon-wf
closed
8 years ago
4
Replace all occurences of auto_spec with autospec
#176
andreleblanc-wf
opened
8 years ago
2
Trigger error handler on DeadlineExceededError
#175
markshaule-wf
closed
8 years ago
3
Some README & test cleanups.
#174
brianneal-wf
closed
8 years ago
3
Async subclasses can now decorate their target functions
#173
jasonaguilon-wf
closed
9 years ago
4
Prototype queue inheritance
#172
rosshendrickson-wf
closed
4 years ago
0
Update the version to 1.5.0 to prepare for next release
#171
beaulyddon-wf
closed
9 years ago
3
encode / decode _process_results option
#170
andreleblanc-wf
closed
9 years ago
5
Update README for defaults decorator location
#169
brianneal-wf
closed
9 years ago
2
Exception setting Async.result.
#168
andreleblanc-wf
opened
9 years ago
1
Update examples to have the correct furious handler
#167
rosshendrickson-wf
closed
9 years ago
3
Update processors.py
#166
rosshendrickson-wf
closed
9 years ago
3
Update the version to 1.4.0 for the latest release
#165
beaulyddon-wf
closed
9 years ago
1
Mounting furious on /_queue/async instead of /_ah/queue/async
#164
shawnrusaw-wf
closed
9 years ago
1
Add info needed to add Furious to the public pypi
#163
beaulyddon-wf
closed
9 years ago
8
insert_tasks_ignore_duplicates - New _insert_tasks_ignore_duplicate_name...
#162
markshaule-wf
closed
9 years ago
12
Upgrade the version to 1.3.0
#161
beaulyddon-wf
closed
9 years ago
4
Transient error retry on start
#160
markshaule-wf
closed
9 years ago
1
add an extra_task_info async option which is logged before task execution
#159
andreleblanc-wf
closed
9 years ago
3
Fix the error callback example
#158
rosshendrickson-wf
closed
10 years ago
3
Inherit Queue for completion check
#157
rosshendrickson-wf
closed
10 years ago
4
Only reinsert tasks which were not enqueued
#156
tylertreat
closed
10 years ago
4
transient_error_retry - Retry transient errors when attempting to insert_tasks, and re-raise if the reinsert fails.
#155
markshaule-wf
closed
10 years ago
10
_insert_tasks should condition re-insertion based on `Task.was_enqueued`...
#154
jasonaguilon-wf
opened
10 years ago
0
_insert_tasks() - Doesn't re-raise or attempt re-insert on a single task TransientError
#153
markshaule-wf
opened
10 years ago
0
Cleanup tasks run in configurable queue
#152
rosshendrickson-wf
opened
10 years ago
0
Context completion runs in parent queue
#151
rosshendrickson-wf
opened
10 years ago
0
AutoContext - Calling set_event_handler() after adding tasks may not work as desired
#150
markshaule-wf
opened
10 years ago
0
Small doc-related improvements
#149
aaronkavlie-wf
closed
10 years ago
1
Add stat logging middleware
#148
beaulyddon-wf
closed
7 years ago
4
Add parent id and request id to Async
#147
beaulyddon-wf
closed
10 years ago
3
completion_retry - If a marker/context is already complete, re-execute the completion tasks, in case they failed to execute on the first attempt.
#146
markshaule-wf
closed
10 years ago
12
Raise exception with correct traceback
#145
tylertreat-wf
closed
10 years ago
2
BulkAdd() Error on complete handler, results in handler not getting called on retry
#144
markshaule-wf
closed
10 years ago
1
Raising incorrect stacktraces.
#143
andreleblanc-wf
closed
10 years ago
0
Ensure correct Async type is used for callbacks
#142
tylertreat
closed
10 years ago
2
Get_current_async() returns base Async in complete event handler
#141
markshaule-wf
closed
10 years ago
1
Next