Is there a way to use silk_profile
in method with @transaction.atomic() ?
Guida contributor
Tech stack
pythondjango
Dominio
backendperformance
Tipo issue
bug
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
basic knowledge of Django transactionsunderstanding of decorators
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
40
Direzione di ricerca
Investigate the interaction between the silk profile decorator and Django's transaction.atomic() context manager. Check the implementation of silk profile in the django silk codebase, possibly in `profiling.py`. Look for any known issues or tests related to transactions. The issue lacks detailed reproduction steps, so you may need to create a minimal test case to confirm the behavior.