954
954
> > I have a same idea about this project. > > Maybe we can creat a HDT plugin to do this? > > HDT under technology seem like "dll...
> > I have a same idea about this project. > > Maybe we can creat a HDT plugin to do this? > > HDT under technology seem like "dll...
I read some HDT source code. But it have not fully document and annotation. It is a hard work. But it can get many info about HearthStone. Maybe we can...
> is it bug or what you are suggesting? Yeah, I think it's a bug. When we change the `PeriodicTask` in other Model, if signal can not be receive, the...
> looking for now-outdated files... none found pickling environment... done checking consistency... done > > # ============================== > Undocumented Autodoc Modules > ## py > * django_celery_beat.signals I consolidated some...
> the doc gen expects some documentation about the newly created module Right, I will add the docs.
> some minor Error: ERROR: flake8: commands failed Error: ERROR: pydocstyle: commands failed need to be fixed It seems like some code specification problem. I have tried to format them....
Did you use `rate_limit` with periodic task? When I did this before, I encountered the same situation. The other tasks seems await the periodic task. Now I change them, I...
These days, I focused on my own project. So, I didn't find this issue in source code. Maybe after a while, I will try it. If I catch it, I...
I tried to replace all `Lock()` to `RLock()` in my project. It seens work good, and not cause deadlock anymore. Maybe we can think about `RLock`?