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

Source flag to indicate single events vs. ongoing calendar feed #13

Open
dhedlund opened this issue Jul 15, 2013 · 0 comments
Open

Source flag to indicate single events vs. ongoing calendar feed #13

dhedlund opened this issue Jul 15, 2013 · 0 comments

Comments

@dhedlund
Copy link
Contributor

Need a flag associated with the Source model that indicates whether the source is associated with a single event (some Facebook URLs, meetup.com, etc) or whether it should be monitored on an ongoing basis, even if there are no future events being returned by the feed. We could count the number of events associated with the source (Source#events.count), but it it can only prove that it is a multi-event source, not that it isn't; a multi-event source could still return a single event.

How this flag will be used: Single event sources will stop being monitored as soon as the event is over and multi-event sources will stop being monitored after a period of inactivity without any future events listed (3 months) and may be monitored less frequently (once every 3-5 days) if there are no upcoming events. Monitoring and expiring of sources is out of scope for this ticket.

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

No branches or pull requests

1 participant