Osaetin Daniel
Osaetin Daniel
I'm having a weird issue. my settings: ```python JWT_ALLOW_REFRESH = True JWT_REFRESH_DELTA = datetime.timedelta(minutes=1) ``` I didn't set `JWT_REFRESH_EXPIRATION_DELTA` Which means it's 7 days (The default). From my understanding, it...
Sorry for the inconvenience @jainraje the code for the tutorial is located in the `tutorial` branch (not in the `master branch`) You can easily switch from the command line with...
Hi, @ri0day you don't need to update the tests. The `test_zelery` function was named `zelery` for a reason. Read the article and you'll understand why (I eventually changed it back...
Thanks for the response. I tried it and it works :+1: Yes I'll open a PR soon!
Hi, @srikiraju I've been really busy. I will try to open a PR (Documentation) this weekend
I don't think the Documentation is necessary (I was unaware of this PR: https://github.com/celery/kombu/pull/1026 when I posted the last message)
@matteius I just opened a PR and I can confirm that the test fails in `4.4.0`, `4.6.3` and `4.6.4` and it works in #1026 PR link: https://github.com/celery/kombu/pull/1093
ping! @matteius :)
This issue also occurs in normal strings
Yeah. I removed the option to `staticfy` a folder directly. That option should be down to the programmer/user of the library. Now it just prints to `stdout` which makes it...