We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Setting workerActivitiesPerSecond via setWorkerActivitiesPerSecond() does not perform any rate limiting.
To Reproduce Is the issue reproducible?
Steps to reproduce the behavior:
Expected behavior WorkerActivitiesPerSecond to work according to the documentation.
Screenshots N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
Root cause: Took a quick look at Worker implementation. Seems like workerActivitiesPerSecond isn't used anywhere i.e. missing the implementation.
Will work on the missing implementation.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Setting workerActivitiesPerSecond via setWorkerActivitiesPerSecond() does not perform any rate limiting.
To Reproduce
Is the issue reproducible?
Steps to reproduce the behavior:
Expected behavior
WorkerActivitiesPerSecond to work according to the documentation.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: