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

Special handling for overlapping queue events #148

Open
ogamespec opened this issue Aug 27, 2024 · 0 comments
Open

Special handling for overlapping queue events #148

ogamespec opened this issue Aug 27, 2024 · 0 comments

Comments

@ogamespec
Copy link
Owner

the scenario is the following:

  • 8pm - I start building 36.000 light fighters, (1s each), order duration: 10 hours
  • I logout
  • 8pm - my Enemy sends 2 attacks on me, midnight and 3am
  • he logs out
  • next day, 6am, I login

The queue will unwind in this sequence:

  • Build 36,000 LF
  • Attack
  • Attack

This can be avoided by customizing the cron.php script, but you can think about how to handle it without CRON.

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

1 participant