A Faster Free Heroku (Kinda) | Quick Hack

If you’ve been building stuff on web for a while now, you’ve probably heard of HEROKU and NETLIFY

Just-In-Case you haven’t heard about it

Quick Intro on Heroku and Netlify

Heroku: A free PaaS (Platform as a Service), basically a cloud se…

If you’ve been building stuff on web for a while now, you’ve probably heard of HEROKU and NETLIFY

Just-In-Case you haven’t heard about it



Quick Intro on Heroku and Netlify

  1. Heroku: A free PaaS (Platform as a Service), basically a cloud service that let’s you host and share your web apps.
  2. Netlify: A free hosting service for static sites, basically react, vanilla javascript, etc projects.

NETLIFY is Usually Used on Frontend Projects.
HEROKU is Usually Used on Backend Projects.
Netlify + Heroku



The Problem with Heroku



Pro’s:

  1. Heroku is Easy to Use.
  2. Heroku is Free.



Con’s:

  1. Heroku has Premium

3 sec

Heroku’s free tier uses dynos (Stuff That Hosts Your Code) that sleeps after 30 mins of inactivity

Once a dyno falls asleep, It takes time for it to awaken.
So the initial response is slow and the damage is already done.



Work Around

Re-Read This Line

Heroku’s free tier uses dynos (Stuff That Hosts Your Code) that sleeps after 30 mins of inactivity

If You Haven’t Got It Yet, Re-Read It Again

Heroku’s free tier uses dynos (Stuff That Hosts Your Code) that sleeps after 30 mins of inactivity

?Light Bulb?

30 mins of inactivity

All We Need To Do is Do Something Every 30mins.
Nah 15mins to be on the safer side

For node.js dev(s) Out There

// Run Every 15 mins => 900 secs => 900000 ms
setInterval(()=>console.log("????"),900000)

GGWP,
@LucidMach


Print Share Comment Cite Upload Translate Updates
APA

Nukala Suraj | Sciencx (2021-06-30T08:27:24+00:00) A Faster Free Heroku (Kinda) | Quick Hack. Retrieved from https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/

MLA
" » A Faster Free Heroku (Kinda) | Quick Hack." Nukala Suraj | Sciencx - Wednesday June 30, 2021, https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/
HARVARD
Nukala Suraj | Sciencx Wednesday June 30, 2021 » A Faster Free Heroku (Kinda) | Quick Hack., viewed ,<https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/>
VANCOUVER
Nukala Suraj | Sciencx - » A Faster Free Heroku (Kinda) | Quick Hack. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/
CHICAGO
" » A Faster Free Heroku (Kinda) | Quick Hack." Nukala Suraj | Sciencx - Accessed . https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/
IEEE
" » A Faster Free Heroku (Kinda) | Quick Hack." Nukala Suraj | Sciencx [Online]. Available: https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/. [Accessed: ]
rf:citation
» A Faster Free Heroku (Kinda) | Quick Hack | Nukala Suraj | Sciencx | https://www.scien.cx/2021/06/30/a-faster-free-heroku-kinda-quick-hack/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.