Anyone used the scheduler in 8.5 version.
I am trying to used the scheduler but unfortunately my subscription not called for scheduler .Didn't get the exact solution while digging it.
Need help !!
Thanks in advance
I am trying to used the scheduler but unfortunately my subscription not called for scheduler .Didn't get the exact solution while digging it.
Need help !!
Thanks in advance
Well, it depends on what you put in the timestamp field when you save data in that datatable.
One way to troubleshoot it is by opening this datatable in Composer and go to its Mashup -- this will give you a preview of what's inside.
Also try to wrap filters into an array, like this:
"filters": [{
Finally, in 90% of cases you should use Streams or ValueStreams instead of DataTables -- they are indexed by timestamp and thus optimized for such kind of queries. Your data table will start slowing your system down after it receives few thousands of records, which usually happens very soon.
/ Constantine
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.