UNPKG
@thellimist/bottleneck
Version:
latest (2.19.8)
2.19.8
2.19.7
2.19.6
Distributed task scheduler and rate limiter
github.com/usehaystack/bottleneck
usehaystack/bottleneck
@thellimist/bottleneck
/
Makefile
5 lines
•
183 B
Plain Text
View Raw
1
2
3
4
5
build: docker rmi haystack_bottleneck || TRUE docker build . --tag haystack_bottleneck run: docker run -i -v $(
pwd
):/app --
rm
--name haystack_bottleneck_builder haystack_bottleneck