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

Fix event emitting #860

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Fix event emitting #860

merged 2 commits into from
Sep 17, 2024

Conversation

frankrousseau
Copy link
Contributor

@frankrousseau frankrousseau commented Sep 17, 2024

Problem

  • Adding an asset to the library generates too many update notifications.
  • Task creation via CRUD routes doesn't generate a new event.

Solution

  • Do not generate update events on asset library addition.
  • Emit a task:new event on task creation.

@frankrousseau frankrousseau merged commit 58e03fa into cgwire:master Sep 17, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

1 participant