urzbs
urzbs
As a Workaround, i tried writing a wrapper so when tasks are being pushed to the broker; we manually add the TaskResult object with status=PENDING this is "kinda" a workaround,...
Thats exactly what we did in my second comment, however getting the tasks name from the AsyncResult and saving it to the TaskResult is a Problem; Therefore i hoped that...
its still possible to detect the correct OS (depening on the clients browser), https://www.whatismybrowser.com/ will tell you that you are using windows 11. they also write how it is detected...
Hey, I was not sure if godot has already capabilies like this. So I thought it would be nice to ask first here since this demo is a good starting...
``INSTALLED_APPS += ["whitenoise.runserver_nostatic"]`` works too, but then its not on top of the list. Not sure if it matters.
Thank you for your response. My signals are indeed imported in my `apps.py`, and other signals like `celery.signals.before_task_publish` are working as expected on my task producer (MACHINE A). Upon further...
For this exact reason we have moved away from dj-stripe and build our own stripe system with DRF serializers to handle incoming webhooks or manual synchronization ourself (latest API). We...
hey, looking for the same