You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #118 a library was created from work that was started by @yanksyoon and @cbartz and various others. The library creates a systemd one-shot service and timer which calls back into the charm at a prescribed time outside of the purview of jujud.
This library could be useful to other charm developers since it does a nice job of rescheduling any event rather than using event.defer() while avoiding the drawbacks of event.defer() b/c events can also be cancelled
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
As part of #118 a library was created from work that was started by @yanksyoon and @cbartz and various others. The library creates a systemd one-shot service and timer which calls back into the charm at a prescribed time outside of the purview of jujud.
This library could be useful to other charm developers since it does a nice job of rescheduling any event rather than using
event.defer()
while avoiding the drawbacks ofevent.defer()
b/c events can also be cancelledThe text was updated successfully, but these errors were encountered: