Commit Graph

4 Commits

Author SHA1 Message Date
chris meyers
557637afcb better unicode handling 2018-04-02 12:05:16 -04:00
chris meyers
5d5d8152c5 prevent instance group delete if running jobs
* related to https://github.com/ansible/ansible-tower/issues/7936
2018-03-15 14:25:49 -04:00
Chris Meyers
a0038276a4 do not use a custom task exception
* Celery + json pickling do not handle custom Exceptions (and may never
do so). Mentioning of, if handling custom Exceptions then the code would
be susceptible to same arbitrary code execution that python pickle is
vulnerable to.
* So don't use custom Exceptions.
2018-01-04 15:30:52 -05:00
AlanCoding
de58d6764f use exceptions for job cancel and failure 2017-08-30 13:19:53 -04:00