Skip to main content

Python proccess

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! I'm not sure there's a good answer to this question. What's the duration of any process? An Apache process is only alive long enough to handle the web request and then it gets closed properly - that's how most processes function. Is there something specific the python process was doing that may have finished?
    0
  • vitor30221771
    It's a telegram bot. I'm not using yet, so no requests for now. As a bot, he runs in a infinite loop, waiting for new requests. I'll keep send messages to test. Thanks btw
    0
  • cPRex Jurassic Moderator
    I'm honestly not sure, since that isn't the type of stuff we do on our end. if it's listening for a new message, I would expect it to reply, but it may not show as being active the entire time like a daemon would.
    0
  • vitor30221771
    No problem. I'll check it more properly this week. Maybe, as you said, something happens to process stop (to be honest, the bot is with many errors. I mean, i have several try-except/try-catch in my code xD). I active logs now, so I think I'll see the error
    0

Please sign in to leave a comment.