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

[BUG]: when clock breaks and doesn't crash, clock actions are missed since the crash #354

Open
doctorpangloss opened this issue May 24, 2024 · 2 comments

Comments

@doctorpangloss
Copy link

doctorpangloss commented May 24, 2024

Describe the bug
Let's say clock breaks (it doesn't crash #188 which is its own catastrophe):

Date Event
April 1 clock breaks
April 10 invoice A should have been sent. It isn't.
April 11 clock is restarted
April 11 invoice A is not resent

To Reproduce
Steps to reproduce the behavior:

  1. Break clock
  2. An invoicing date passes.
  3. Observe the invoice isn't sent. This is expected.
  4. Unbreak clock
  5. Observe the invoice still isn't sent.
    Expected behavior
    If clock breaks, it should send the invoices it missed.
    Screenshots

Support

  • Version. 1.2.1
@jdenquin
Copy link
Contributor

If your clock restart during the same day, you invoice should be processed, if the date change, you have to manually run a billing process for the date you missed.

@jdenquin
Copy link
Contributor

jdenquin commented Jul 7, 2024

@doctorpangloss we work on a Troubleshooting section in our documentation to understand and fixe those cases, will keep you posted asap!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants