BM-Schedule a Test
search cancel

BM-Schedule a Test

book

Article ID: 186726

calendar_today

Updated On:

Products

BlazeMeter

Issue/Introduction

Performance test is not started when it is scheduled through Test scheduler.


Browser Info
URL: https://iABC000.ms.com:8443/app/#/accounts/256221/workspaces/250511/projects/517541/tests/7672707/overview

Environment

Release :

Component : PACKAGE CA BLAZEMETER

Resolution

Here is the information you need to get the test scheduler working:

Add the following environment variables to the /etc/blazemeter/PrivateCloud/.env file:

  • ALLOW_BZA_SCHEDULER=true
  • BZA_SCHEDULER_API_KEY_ID=api_key_id
  • BZA_SCHEDULER_API_KEY_SECRET=api_secret_key

The api_key_id and the api_secret_key should be from an account admin user's API key (you can find out how to generate this keyhere).

Once you have saved the changes to the .env file, you can kill the current bzm-data-router container and start the new one (with the command /usr/local/blazemeter/PrivateCloud/bin/bzm-data-router) and the change will be applied to the new instance.