Skip to main content

Home

Set polling period for BigQuery pull method

The polling time to pull data from BigQuery is set to 300 seconds (5 mins) by default. You can change this time separately, after you have installed BigQuery, by running the manager config set-polling command:

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the polling period for the BigQuery pull method.

    <Unravel installation directory>/unravel/manager config bigquery set-polling <time in seconds> 

    For example:

    /opt/unravel/unravel/manager config bigquery set-polling 100 
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel.

    <Unravel installation directory>/unravel/manager start