Closed CarlosDerSeher closed 7 months ago
@CarlosDerSeher thanks for reporting this - PR incoming to fix it - https://github.com/inventree/InvenTree/pull/6815
That was fast 😀 I'll try on Monday. thank you
Will there be a docker release including these changes some time soon?
@CarlosDerSeher a new release is building now - https://github.com/inventree/InvenTree/releases/tag/0.14.4
You should expect to see it on docker hub in a few hours
Awsome thanks for the effort!
@SchrodingersGat Thank you works as expected
Please verify that this bug has NOT been raised before.
Describe the bug*
In a fresh docker install (stable) and I set:
and want to test scheduled tasks but no matter what I try I am unable to get the tasks in the sample scheduled. They will never appear in the admin panel. Of course I enabled
Enable schedule integration
in the plugin settings and restarted the server usingdocker compose down
anddocker compose up -d
. Also I enabled the plugin itself but no tasks are scheduled. Not sure how critical this lineinventree-worker | 2024-03-21 13:32:42,464 DEBUG couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
is?Just to verify I did a fresh docker install of version 0.13.6 and there all works as expected. Here is the log
Note that these lines
are missing in the 0.14.3 log below
Steps to Reproduce
See description
Expected behaviour
Tasks should get scheduled as configured in ScheduledTasksPlugin sample
Deployment Method
Version Information
stable (0.14.3)
Relevant log output
Don't know if this is relevant but I removed the caddy part from the compose file because I already have a reverse proxy running.