WindmillWWindmill
Powered by
baptisteaB
Windmill•13mo ago•
1 reply
baptistea

Scheduled job caching

The following python Script is imported by a Flow which is run via a Scheduled Job. However the response of the request seems to be cached for 24hours or until the flow is run manually. And so despite not having enabled the caching feature of the Script or the Flow. Is there another setting which might be responsible for such behavior?

import requests
def main():
url = "https://vuldb.com/?export.cvejson"
response = requests.get(url)
cve_data = response.json()
return cve_data
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Worker caching weirdness
sledgeSsledge / help
15mo ago
Running scheduled reports - chromium not working
saraf0509Ssaraf0509 / help
2y ago
Results caching for imported scripts
Oleksandr ManakovOOleksandr Manakov / help
14mo ago
No variable permissions on scheduled runs only
WholtezaWWholteza / help
11mo ago