Logs a lot then sleeps
Pricing
Pay per usage
Go to Apify Store
Logs a lot then sleeps
An actor which logs 100000 lines and then sleeps for 2 hours. Useful for testing logging.
5.0 (1)
Pricing
Pay per usage
5
3
2
Last modified
3 years ago
Pricing
Pay per usage
An actor which logs 100000 lines and then sleeps for 2 hours. Useful for testing logging.
5.0 (1)
Pricing
Pay per usage
5
3
2
Last modified
3 years ago
FROM bashCMD ["bash", "-c", "for i in `seq 100000`; do echo $i; done; sleep 7200"]