Chris Roth
04/02/2020, 8:41 PMdagster-celery worker start -y celery_config.yaml
with an sqs broker and i get ValueError: invalid literal for int() with base 10:
. i think the solution is to safequote these strings (eg https://docs.celeryproject.org/en/latest/getting-started/brokers/sqs.html), but i'm not sure if there's a way to do this without forking dagster-celery. any ideas?alex
04/02/2020, 8:44 PMChris Roth
04/02/2020, 8:46 PMsafequote
or just url encoding the pwalex
04/02/2020, 8:47 PMChris Roth
04/02/2020, 8:48 PMalex
04/02/2020, 8:53 PMChris Roth
04/02/2020, 8:54 PM