Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
Flask
What should a view pass to a durable background job that needs the current request ID?
from Flask
Flask 3.1.3 / Python 3.14
intermediate
1 min
What should a view pass to a durable background job that needs the current request ID?
A copied string value read while the request context is active
The imported request proxy itself
The complete g object so the worker can discover later values
Check
Ask AI about this kata
Report an error
previous kata
What does a Flask blueprint do before it is registered?
Quiz
next kata
What status-code list does this program print?
Predict the output
A new version is available
Reload