[Flask] Issue with Daemonization, Flask, and Elastic Beanstalk

Blythe Sheldon blythe.sheldon at gmail.com
Mon Apr 3 18:19:01 EDT 2017


Hello— Here you go.

https://gist.github.com/blythest/4b8afa1c73dd98457f0c8ef68e29bc6c/32ed1547f636abccafdf003d107b6f33fba5fba8
https://gist.github.com/blythest/6cd30bc5fc5953739b6d763801d94e97

Thanks,
Blythe

On Mon, Apr 3, 2017 at 2:59 PM, Blythe Sheldon <blythe.sheldon at gmail.com> wrote:
> Here you go.
>
> Thanks,
> B
>
> On Mon, Apr 3, 2017 at 2:45 PM, Jonathan Chen <tamasiaina at gmail.com> wrote:
>> Is it possible to see application.py or daemon.py?
>>
>>
>> ~Jonathan C.
>>
>> On Mon, Apr 3, 2017 at 2:22 PM, Blythe Sheldon <blythe.sheldon at gmail.com>
>> wrote:
>>>
>>> Hello,
>>>
>>> I'm new to the list, so apologies if a question like mine has been
>>> asked and answered before. I've created a Flask app that accepts text
>>> input via a form, which then gets saved to the server and processed by
>>> another script, which I've daemonized per my own scrappy daemon.py.
>>> After deploying the app to AWS Elastic Beanstalk, I see that my text
>>> processing script does not run. I don't have enough background with
>>> mod_wsgi to know how to resolve this issue, and given the simplicity
>>> of what I'm trying to accomplish, I want to use the most appropriate
>>> daemonizing tool. I've attached the the error log output. If anyone
>>> has any advice on how to fix this error, I'd appreciate it!
>>>
>>> Thanks,
>>> Blythe
>>>
>>> _______________________________________________
>>> Flask mailing list
>>> Flask at python.org
>>> https://mail.python.org/mailman/listinfo/flask
>>>
>>
>>
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>>


More information about the Flask mailing list