Skip to content

Commit

Permalink
run the dc every 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
sseppi committed Dec 2, 2024
1 parent 560d291 commit ff63f0a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ image:
env:
RABBITMQ_CLIENTNAME: dc-roomsensor-noi
PROVIDER: roomsensor/noi
>>>>>>> 285922c (change provider to roomsensor/noi)

<<<<<<< HEAD
CRON: "0 */2 * * * *"
=======
CRON: "0 * * * * *"
>>>>>>> cf738cb (Correct request to run the process each minute)

envSecret:
HTTP_URL: http://saocompute.eurac.edu/sensordb/query?db={{your-dm-name}}&u={{your-username}}&p={{your-passqord}}&q=select%20*%20from%20device_frmpayload_data_message%20order%20by%20time%20desc%20limit%201


envSecretRef:
- name: MQ_URI
secret: rabbitmq-svcbind
Expand Down

0 comments on commit ff63f0a

Please sign in to comment.