-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
As I have stated a couple times, I DO NOT want to put more settings in the config file for the Sniper task. The more settings, the higher is the amount of issues we'll have to maintain everyday.
Running out of balls is a known 'issue' if your catch list is big and catches pretty much everything. You're supposed to be catching very rare pokemons ONLY, otherwise expect this to happen frequently!
However, we can make it sleep itself whenever it happens to find out we're out of balls. This will help a lot. Setting a "min_balls" param wouldn't do it. No, it will not.
As we already know, the source has to reply something by the time they're being validated, otherwise we can't know whether the mappings have been specified correctly, so they have to be removed from the source list. We can, however, add them to a 'pending list', which will be validated in the task's work method, if any.
Please don't close this issue untill its been implemented (so people can stop talking about this - I hope).