Mike Wang
Mike Wang
+1 same here - lack of forms is the only reason we're not using this for our startup at the moment! Is there any recommended workaround currently? Roughly how could...
Workaround worked for me, thanks!
Same issue for me on Celery 4.4.7, Django 3.0.9. Switching to gevent solved it.
Same issue here! There doesn't seem to be any way for us to deploy a new job. Ours is a Scheduled Job. `copilot deploy` results in "The repository with name...
For anyone else facing this issue, here is a hacky workaround that worked for us: - Create the ECR repo manually - Run `copilot deploy` -> It fails, but the...