mozilla / ichnaea

Mozilla Ichnaea
http://location.services.mozilla.com
Apache License 2.0
571 stars 139 forks source link

Removing 1 second delay for data tasks that are ready to be processed #2062

Closed alexcottner closed 8 months ago

alexcottner commented 8 months ago

Relates to issue https://github.com/mozilla/ichnaea/issues/2043 - the data queues can get backed up causing data to be lost.

This removes an unnecessary 1 second delay between processing batches of records. On the surface this doesn't seem like much, but in local testing it makes a huge difference and will hopefully alleviate the issue.