-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProcfile
21 lines (16 loc) · 979 Bytes
/
Procfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tweet_collector: python -m app.tweet_collection_v2.stream_listener
friend_collector: python -m app.friend_collection.batch_per_thread
pg_migrate: python -m app.pg_pipeline.models
pg_pipeline_user_friends: python -m app.pg_pipeline.user_friends
pg_pipeline_user_details: python -m app.pg_pipeline.user_details
pg_pipeline_retweeter_details: python -m app.pg_pipeline.retweeter_details
retweet_grapher: python -m app.retweet_graphs_v2.retweet_grapher
k_days_grapher: python -m app.retweet_graphs_v2.k_days.grapher
k_days_classifier: python -m app.retweet_graphs_v2.k_days.classifier
# need to turn this off on all non-API servers:
#web: gunicorn "api:create_app()"
#toxicity_scorer: python -m app.toxicity.scorer
toxicity_checkpoint_scorer: python -m app.toxicity.checkpoint_scorer
toxicity_checkpoint_scorer_async: python -m app.toxicity.checkpoint_scorer_async
tweet_recollector: python -m app.tweet_recollection.collector
botometer_sampler: python -m app.botometer.sampler