jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

fix(scheduler.py): Disable call to self.analytics(main_uid) every minutes #111

Closed Dr0p42 closed 3 years ago

Dr0p42 commented 3 years ago

The goal here is to disable the call to self.analytics(main_uid) because its creating new rows in the database every minutes for every jupyterlab running. They should be removed automatically when they are consumed but we are, as of today, not cconsuming them.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

jravenel commented 3 years ago

Is this "in progress"? Status comes up as "Awaiting triage", thanks :)