Skip to content
Snippets Groups Projects
Commit cf5e21ba authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend] Code re-organization into the object model

This commit brings the following changes:

* Rename Job.KILL by Job.CANCEL as we normally send SIGTERM instead of SIGKILL
* Move most of code related to JobSplit/Worker back into the object model, from
  the schedule module
* Implement signal handling on scripts that will run under the supervisord
* Overall clean-up of backend standalone scripts, moved code back into the
  object model
* Rename standalone scripts (remove '.py' extension)
* Reflections of these changes to other code
parent cec431d6
No related branches found
No related tags found
1 merge request!194Scheduler
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment