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

External calendar might get synchronized multiple times in parallel #8447

Open
mpfau opened this issue Jan 31, 2025 · 0 comments
Open

External calendar might get synchronized multiple times in parallel #8447

mpfau opened this issue Jan 31, 2025 · 0 comments
Labels
bug broken functionality, usability problems, unexpected errors topic: calendar

Comments

@mpfau
Copy link
Contributor

mpfau commented Jan 31, 2025

Describe the bug
If I try to synchronize an external calendar multiple times an actual sync is triggered multiple times in parallel. This leads to errors (e.g. BadRequest) due to race conditions.

To Reproduce
Steps to reproduce the behavior:

  1. Add an external calendar
  2. Click on sync
  3. Click on sync
  4. Click on sync

Expected behavior
Only one sync should be run at a time and while it is running it should not be possible to schedule another sync.

@mpfau mpfau added bug broken functionality, usability problems, unexpected errors topic: calendar labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug broken functionality, usability problems, unexpected errors topic: calendar
Projects
None yet
Development

No branches or pull requests

1 participant