dcdc7c1fa9
Otherwise at large scale this can end up with some tasks failing as they try to create the result table at the same time. This was always possible before, just exceedingly rare, but in large scale performance testing where I create a lot of tasks quickly (especially in my HA testing) I hit this a few times. This is also only a problem for fresh installs/clean DBs, as once these tables exist the possible race goes away. This is the same fix from #8909, just for runtime, not test time. |
||
---|---|---|
.. | ||
commands | ||
__init__.py | ||
cli_parser.py |