index
:
delta/openstack/taskflow.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
opendev.org: openstack/taskflow.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskflow
/
engines
/
action_engine
/
executor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
1
-3
/
+1
*
remove unused LOG
ji-xuepeng
2016-07-10
1
-3
/
+0
*
Instead of a multiprocessing queue use sockets via asyncore
Joshua Harlow
2016-05-24
1
-406
/
+5
*
Allow for specifying green threaded to parallel engine
Joshua Harlow
2016-05-03
1
-0
/
+18
*
Move all internal blather usage/calls to trace usage/calls
Joshua Harlow
2015-12-17
1
-14
/
+14
*
Merge "Convert executor proxied engine options into their correct type"
Jenkins
2015-11-24
1
-4
/
+19
|
\
|
*
Convert executor proxied engine options into their correct type
Joshua Harlow
2015-11-18
1
-4
/
+19
*
|
Relabel internal engine 'event' -> 'outcome'
Joshua Harlow
2015-10-05
1
-1
/
+1
|
/
*
Create and use a serial retry executor
Joshua Harlow
2015-07-21
1
-5
/
+43
*
Provide a deprecated alias for the now removed stop watch class
Joshua Harlow
2015-07-12
1
-3
/
+2
*
Integrate futurist (and **remove** taskflow originating code)
Joshua Harlow
2015-07-09
1
-4
/
+4
*
Remove 2.6 classifier + 2.6 compatibility code
Joshua Harlow
2015-06-21
1
-1
/
+2
*
Remove a couple more useless 'pass' keywords found
Joshua Harlow
2015-05-29
1
-2
/
+0
*
Just let the future executors handle the max workers
Joshua Harlow
2015-03-18
1
-5
/
+2
*
Stopwatch usage cleanup/tweak
Joshua Harlow
2015-01-28
1
-7
/
+8
*
Merge "Have the serial task executor shutdown/restart its executor"
Jenkins
2015-01-21
1
-0
/
+6
|
\
|
*
Have the serial task executor shutdown/restart its executor
Joshua Harlow
2015-01-16
1
-0
/
+6
*
|
Switch to using 'oslo_utils' vs 'oslo.utils'
Joshua Harlow
2015-01-14
1
-4
/
+4
|
/
*
Merge "Create and use a multiprocessing sync manager subclass"
Jenkins
2015-01-13
1
-8
/
+15
|
\
|
*
Create and use a multiprocessing sync manager subclass
Joshua Harlow
2015-01-12
1
-8
/
+15
*
|
Merge "Include docstrings for parallel engine types/strings supported"
Jenkins
2015-01-13
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Include docstrings for parallel engine types/strings supported
Joshua Harlow
2015-01-10
1
-0
/
+2
*
|
Use a single sender
Joshua Harlow
2015-01-12
1
-2
/
+4
|
/
*
Merge "Allow specifying the engine 'executor' as a string"
Jenkins
2015-01-05
1
-0
/
+4
|
\
|
*
Allow specifying the engine 'executor' as a string
Joshua Harlow
2015-01-01
1
-0
/
+4
*
|
Disallowing starting the executor when worker running
Joshua Harlow
2014-12-31
1
-6
/
+8
|
/
*
Merge "Use a single shared queue for an executors lifecycle"
Jenkins
2015-01-01
1
-158
/
+186
|
\
|
*
Use a single shared queue for an executors lifecycle
Joshua Harlow
2014-12-31
1
-158
/
+186
*
|
Merge "Register with 'ANY' in the cloned process"
Jenkins
2014-12-31
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Register with 'ANY' in the cloned process
Joshua Harlow
2014-12-25
1
-4
/
+0
*
|
Ensure manager started/shutdown/joined and reset
Joshua Harlow
2014-12-21
1
-6
/
+23
|
/
*
Get event/notification sending working correctly
Joshua Harlow
2014-12-20
1
-10
/
+322
*
Get the basics of a process executor working
Joshua Harlow
2014-12-19
1
-14
/
+52
*
Base task executor should provide 'wait_for_any'
Joshua Harlow
2014-12-15
1
-7
/
+1
*
Replace autobind with a notifier module helper function
Joshua Harlow
2014-12-14
1
-18
/
+7
*
Use the notifier type in the task class/module directly
Joshua Harlow
2014-12-13
1
-17
/
+37
*
Remove the base postfix from the internal task executor
Joshua Harlow
2014-12-12
1
-4
/
+4
*
Stop returning atoms from execute/revert methods
Joshua Harlow
2014-12-06
1
-11
/
+18
*
Rework pieces of the task callback capability
Joshua Harlow
2014-12-06
1
-2
/
+2
*
Remove direct usage of the deprecated failure location
Joshua Harlow
2014-10-21
1
-3
/
+3
*
Add a futures type that can unify our future functionality
Joshua Harlow
2014-10-18
1
-8
/
+9
*
Use constants for revert automatically provided kwargs
Joshua Harlow
2014-10-17
1
-2
/
+3
*
Allow worker count to be specified when no executor provided
Joshua Harlow
2014-08-17
1
-7
/
+11
*
add pre/post execute/retry callbacks to tasks
Greg Hill
2014-08-06
1
-0
/
+6
*
Use futures wait() when possible
Joshua Harlow
2014-05-14
1
-1
/
+1
*
Revert "Move taskflow.utils.misc.Failure to its own module"
Jeremy Stanley
2014-03-31
1
-3
/
+3
*
Move taskflow.utils.misc.Failure to its own module
Ivan A. Melnikov
2014-03-31
1
-3
/
+3
*
Merge "Message-oriented worker-based flow with kombu"
Jenkins
2014-02-20
1
-6
/
+6
|
\
|
*
Message-oriented worker-based flow with kombu
Stanislav Kudriashev
2014-02-19
1
-6
/
+6
*
|
Remove extraneous vim configuration comments
yangxurong
2014-02-14
1
-2
/
+0
|
/
[next]