Karim N. Gorjux
Karim N. Gorjux
Same issue here
My config: ```VERSION: 0.8.1 BULK: 1 CACHE: default CACHED: False CATCH_UP: True COMPRESSED: False CPU_AFFINITY: 0 DAEMONIZE_WORKERS: True DISQUE_FASTACK: False ERROR_REPORTER: {} GUARD_CYCLE: 0.5 LABEL: Tasks LOG_LEVEL: INFO ORM: default...
I implemented the memcached on my app and everything works fine now. Definitely a bug with the LocMemCache
> I'm having the same issue without any cache setup. It always says 0 clusters and 0 workers. > ... It will never work. You need a cache setup on...
Thanks, I downgraded, but nothing. still the same error.
First of all, thank you for your support. The project is not opensource, unfortunately. I tried to comments some of the loading on the **init**.py but nothing. I clean all...
I restored the old admin.py file and I get 127 tests passed. I created again the `admin/` I copied inside the folder the file `admin.py` and in `__init__.py` I added...
Question: if I prepare a pull request it will be merged or do you suggest to fork the plugin?
> [@math-GH](https://github.com/math-GH) thanks for pointing this out. My default is 1h but when the internet connection is down, FreshRSS marks the feeds in red, and stop pulling the feeds. When...
I believe this is affecting also the `ComponentCreateView` that is missing the line. Not sure 100% but my tests are failing on that view ```python obj._changelog_message = form.cleaned_data.pop('changelog_message', '') ```