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
I need to insert the count result into DynamoDB on every interval.
But after reading your source code, it seems the intervalCb could only be a synchronized function.
I saw you used async.until, so I wonder if it is possible to make intervalCb async?
I need to insert the count result into DynamoDB on every interval.
But after reading your source code, it seems the intervalCb could only be a synchronized function.
I saw you used
async.until, so I wonder if it is possible to make intervalCb async?