If so, bitmap: mind taking a look at whether that seems like it would be a problem or not? The reasoning seems anyway very sensible, just wondering about response sizes and the like
relaxo[m]
Sry. Yeah i meant that one. Looked at the wrong tab while writing.
@mayhem Hi. I am about to implement automatic updating of festivals in FestivalGuide. My plan is to fetch each series when a user enters a certain screen to see if there is a new episode of that festival. Should I implement any protection? Maybe the last refresh should be older than one day... Or just lookup 10 (or so) series for each impression and the next 10 on tje next impression.
I mean the series lookup should not be that expensive but next i want to update the actual episode of each series, which can be more expensive. See above ;)
Not to mention I always follow the 1 request per second policy
mayhem[m]
<relaxo[m]> "@mayhem Hi. I am about to..." <- yes please. automatic fetches like this can often have unintended consequences on our servers. A manual "upate now" button should do we, I would think.
suvid[m]
How can I mark an issue as good-first issue on jira?