-
Notifications
You must be signed in to change notification settings - Fork 45.1k
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
feat(backend): working branch for notifications service #9415
base: dev
Are you sure you want to change the base?
Conversation
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Here's the code health analysis summary for commits Analysis Summary
|
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for auto-gpt-docs canceled.
|
# for execution in executions: | ||
# stats["total_credits_used"] += execution.credits_used | ||
# stats["total_execution_time"] += execution.execution_time | ||
# stats[ | ||
# "successful_runs" if execution.status == "completed" else "failed_runs" | ||
# ] += 1 | ||
# stats["agent_usage"][execution.agent_type] += execution.credits_used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to make these data objects and models
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
dfcf7a8
to
66d76e4
Compare
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
…r-compose' into ntindle/secrt-1087-attach-rabbit-mq-to-the-services-processes-similar-to-how
36c25d3
to
8c86679
Compare
…-our-docker-compose
…r-compose' into ntindle/secrt-1087-attach-rabbit-mq-to-the-services-processes-similar-to-how
…fication-service' into ntindle/secrt-1077-add-email-service
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
…e' into ntindle/secrt-1077-add-email-service
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
We want to send emails on a schedule, in response to events, and be expandable without being overbearing on the amount of effort to implement. We also want this to use rabbitmq and be easy for other services to send messages into
Changes 🏗️
Adds expiration for messages
Adds other queue types
adds summary messages
Checklist 📋
For code changes: