Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate daemon implementation from cobald #10

Open
3 tasks
maxfischer2781 opened this issue Dec 6, 2018 · 0 comments
Open
3 tasks

Separate daemon implementation from cobald #10

maxfischer2781 opened this issue Dec 6, 2018 · 0 comments
Labels
subject: code health subject: daemon Issues affecting the daemon framework

Comments

@maxfischer2781
Copy link
Member

The cobald.daemon is largely independent from the rest of cobald. Only cobald.core adds cobald-specific wrappers/variants. The rest of the daemon is application-agnostic.

The following modules should comprise their own package to provide a consistent daemon runtime:

  • cobald.utility.concurrent
  • cobald.daemon with the exception of __main__ and core
  • cobald.monitor (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subject: code health subject: daemon Issues affecting the daemon framework
Projects
None yet
Development

No branches or pull requests

1 participant