Eric Park
Eric Park
@auvipy I'll test the PR once it makes it into a release.
@auvipy after testing with 2.5.0 I am still getting the same behavior, unfortunately. Flower says the task has failed with a `TimeLimitExceeded` exception:  However on the results page it...
@auvipy I tried looking through `django-celery-results` code, but I don't understand how it works. Does Celery workers/tasks send results to `django-celery-results` using some sort of callback, or does `django-celery-results` poll...
I figured out that any invocations of the progress state update will cause the state of the task to get "stuck" within the results table: https://github.com/shipperstack/shipper/blob/master/core/tasks.py#L101-L107 I think that this...
@auvipy would it be possible to have `django-celery-results` await all asynchronous callbacks before writing the `FAILURE` result to the database? On Flower, the `FAILURE` result stemming from a `TimeLimitExceeded` exception...
Same issue here. CI gets stuck if AVD is cached: https://github.com/Purdue-CS307-tsundoku/tsundoku/actions/runs/8320789292/job/22766040436 I had to manually cancel the workflow run.
@pwntester there is no Testflight build and I think @LePips mentioned there won't be one for tvOS specifically until some more changes can be done. In the meantime you can...
@pwntester you should be able to build and sign Swiftfin with any Apple account. I'm hazy on the details, but I think you may have to sign up with the...
Experiencing this issue on Python 3.7.0, Windows 10 Home.
Just a quick note: the value of `0` is the default for any Android device, and even Expo uses it in their codebase, see: https://github.com/expo/expo/commit/275d85503f8b018aae957dc4e1172f65707ac96a (yes they have it user...