FrankWard
Explorer
- Joined
- Feb 13, 2023
- Messages
- 71
I've got a schedule setup in Core running for about a year no issue, and I am using the exact same approach in Scale.
- LONG - Bi-Weekly - 10th/24th - 5AM, 5 10,24 * *
- SHORT - Weekly - Sunday - 5AM, 5 * * sun
ValidationErrors
[EINVAL] smart_test_update.data.schedule: A LONG test already runs at Day 10th of every month, Sun, 05:00
remove_circle_outlineMore info...
Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/main.py", line 204, in call_method result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1344, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/service.py", line 951, in update rv = await self.middleware._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1344, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1378, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1246, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/smart.py", line 365, in do_update verrors.check() File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 70, in check raise self middlewared.service_exception.ValidationErrors: [EINVAL] smart_test_update.data.schedule: A LONG test already runs at Day 10th of every month, Sun, 05:00