cashapp / backfila

Service that manages backfill state, calling into other services to do batched work
https://cashapp.github.io/backfila/
Apache License 2.0
30 stars 49 forks source link

Change max argument limit 6k chars #365

Closed elmerland closed 8 months ago

elmerland commented 8 months ago

6k chars will allow for 500 customer tokens (11 chars for customer token + 1 char to comma).

There are many use cases where we try to run a backfill for a small set of customers before running the full backfill. The previous max value of 1000, would only allow 83 tokens which is very restrictive.