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

[Help] How to periodically update data on already emitted events #3409

Open
vycdev opened this issue May 14, 2024 · 0 comments
Open

[Help] How to periodically update data on already emitted events #3409

vycdev opened this issue May 14, 2024 · 0 comments
Labels

Comments

@vycdev
Copy link

vycdev commented May 14, 2024

I am currently using an agent to read a RSS feed from Reddit, then I use another agent to add data from the posts such as the number of upvotes, comments etc.

The problem is that the agent that adds the data from the posts will only get invoked once when a new event from the rss feed agent gets emitted.

I want to somehow schedule the second agent to read again all of the already emitted events and update their data.

Ultimately I want to use the data to emit events only if the number of upvotes or comments on a post reaches a certain value.

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

No branches or pull requests

2 participants