import time
from celery.contrib import rdb
while(True):
time.sleep(1)
rbd.set_trace()
a = 1 + 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import cProfile, pstats, StringIO | |
import os | |
import shutil | |
import tempfile | |
start_time = time.time() | |
pr = cProfile.Profile() | |
pr.enable() |
Docker + FluentD - http://docs.fluentd.org/v0.12/articles/docker-logging-efk-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in upload handler | |
in file close | |
.. | |
---------------------------------------------------------------------- | |
Ran 2 tests in 0.021s | |
OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author: David Lund | |
IdentTypes | |
---- | |
ID Desc DataType | |
1 First Name Char | |
2 Last Name Char | |
3 SSN Char | |
4 StateId Int | |
5 Foo |