Port details on branch 2023Q1 |
- rubygem-sucker_punch Asynchronous processing library for Ruby
- 3.2.0 devel =2 3.2.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-01-11 18:55:16
- Last Update: 2023-12-14 20:46:56
- Commit Hash: ab0d8fb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/brandonhilkert/sucker_punch
- Description:
- Sucker Punch is a single-process Ruby asynchronous processing library. This
reduces costs of hosting on a service like Heroku along with the memory
footprint of having to maintain additional jobs if hosting on a dedicated
server. All queues can run within a single application (eg. Rails, Sinatra,
etc.) process.
Sucker Punch is perfect for asynchronous processes like emailing, data
crunching, or social platform manipulation. No reason to hold up a user when you
can do these things in the background within the same process as your web
application.
Sucker Punch is built on top of concurrent-ruby. Each job is setup as a pool,
which equates to its own queue with individual workers working against the jobs.
Unlike most other background processing libraries, Sucker Punch's jobs are
stored in memory. The benefit to this is there is no additional infrastructure
requirement (ie. database, redis, etc.). However, if the web processes are
restarted with jobs remaining in the queue, they will be lost. For this reason,
Sucker Punch is generally recommended for jobs that are fast and non-mission
critical (ie. logs, emails, etc.).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-sucker_punch>0:devel/rubygem-sucker_punch
- To install the port:
- cd /usr/ports/devel/rubygem-sucker_punch/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-sucker_punch
- pkg install rubygem-sucker_punch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-sucker_punch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702543778
SHA256 (rubygem/sucker_punch-3.2.0.gem) = 8eeb8d59254210f85b57fc9534c5a64f5e7d7498060dd6b9b50e33a89b100567
SIZE (rubygem/sucker_punch-3.2.0.gem) = 18944
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-concurrent-ruby>=1.0<2 : devel/rubygem-concurrent-ruby
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails70
- www/rubygem-rails71
- www/rubygem-rails72
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-sucker_punch
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|