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

Feature: Block on global CronTab thread #263

Closed
ahawker opened this issue Oct 18, 2018 · 1 comment
Closed

Feature: Block on global CronTab thread #263

ahawker opened this issue Oct 18, 2018 · 1 comment

Comments

@ahawker
Copy link
Owner

ahawker commented Oct 18, 2018

As discussed in #262 , the crython module interface does not expose a mechanism to block/join on the default (global) CronTab instance. This makes processes that only run scheduled jobs significantly harder to write as well as any that don't block by binding to a socket.

Considerations:

  • block vs. join
  • special handling of re-joining a stopped instance beyond what stdlib does?
@ahawker
Copy link
Owner Author

ahawker commented Nov 15, 2018

This should be available in version 0.1.0.

https://pypi.org/project/crython/0.1.0/

@ahawker ahawker closed this as completed Nov 15, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant