You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't store job: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
Quartz.JobPersistenceException: Couldn't store job: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
---> System.IO.IOException: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
I am following what is on the docs, but I seem to be missing something, am I configuring wrong the module? should the argument be annotated with something so that it gets serialized correctly?
The text was updated successfully, but these errors were encountered:
ABP Version
3.3.1
I am using Quartz.net for background jobs management
I am queing a new job like so
but I am getting the following error
Couldn't store job: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
Quartz.JobPersistenceException: Couldn't store job: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
---> System.IO.IOException: JobDataMap values must be strings when the 'useProperties' property is set. Key of offending value: TArgs
configuration is as follows
The argument itself is:
I am following what is on the docs, but I seem to be missing something, am I configuring wrong the module? should the argument be annotated with something so that it gets serialized correctly?
The text was updated successfully, but these errors were encountered: