Logs a lot then sleeps avatar
Logs a lot then sleeps

Pricing

Pay per usage

Go to Store
Logs a lot then sleeps

Logs a lot then sleeps

Developed by

František Nesveda

František Nesveda

Maintained by Community

An actor which logs 100000 lines and then sleeps for 2 hours. Useful for testing logging.

5.0 (1)

Pricing

Pay per usage

5

Total users

3

Monthly users

2

Runs succeeded

>99%

Last modified

3 years ago

Dockerfile

FROM bash
CMD ["bash", "-c", "for i in `seq 100000`; do echo $i; done; sleep 7200"]