Skip to content

alphagov/paas-cf-sleepy-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CF Sleepy Buildpack

A buildpack that does nothing other than wait a configurable amount of time while staging.

Configuration

Set the SLEEPY_TIME environment variable in your manifest to the number of seconds you want the staging process to sleep.

Note: app files pushed using this buildpack are not served.

Apps with this buildpack as their only or final buildpack serve the text 'OK' on a path of /. All other paths serve a 404.

Example usage

git clone https://github.com/alphagov/paas-cf-sleepy-buildpack.git
cd cf-sleepy-buildpack/app/
cf push

About

A Cloud Foundry buildpack that sleeps

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.1%
  • HTML 28.9%