Skip to main content
Planned for development

Add a "microwave done" beep when a function has finished deploying in Cognite Functions

Related products:Functions
  • September 20, 2022
  • 4 replies
  • 72 views

Multiple times a day I have to upload code in .ZIP files to create Cognite functions.

This takes quite a few minutes so I start doing something else and end up forgetting about the function deployment for too long. 5-10 minutes of not noticing the deployment is done 10 times a day adds up fast.

In Python script thar run for more then 30 seconds I usually add a well audible "microwave done" beep at the end of execution. That helps a lot while multitasking.

My suggestion: Having notification sound at the end of function deployment would improve the UX of Cognite Functions.

4 replies

Anita Hæhre
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+3
  • Head of Community
  • September 21, 2022
NewGathering Interest

  • Practitioner ⭐️⭐️⭐️
  • September 22, 2022

This might be a good use of the browser notification api, https://developer.mozilla.org/en-US/docs/Web/API/notification


Andreea Oprea
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img
  • Expert ⭐️⭐️⭐️⭐️
  • September 22, 2022

Thank you for the suggestion!

This can be something that we can consider on our roadmap, for future development.  

 

Thanks,
Andreea.


Anita Hæhre
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+3
  • Head of Community
  • October 27, 2022
Gathering InterestPlanned for development