You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README links out to River Ruby already. Here, add a link to Stripe
Python as well. Also, add this section to `doc.go` (where it'd
previously been forgotten) to keep these two docs in sync.
Copy file name to clipboardExpand all lines: doc.go
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,13 @@ See the [`InsertAndWork` example] for complete code.
151
151
152
152
- [Work functions] for simplified worker implementation.
153
153
154
+
## Cross language enqueueing
155
+
156
+
River supports inserting jobs in some non-Go languages which are then worked by Go implementations. This may be desirable in performance sensitive cases so that jobs can take advantage of Go's fast runtime.
Copy file name to clipboardExpand all lines: docs/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,9 @@ See the [`InsertAndWork` example] for complete code.
165
165
166
166
## Cross language enqueueing
167
167
168
-
River supports inserting jobs in some non-Go languages which are then be worked by Go implementations. This may be desirable in performance sensitive cases so that jobs can take advantage of Go's fast runtime.
168
+
River supports inserting jobs in some non-Go languages which are then worked by Go implementations. This may be desirable in performance sensitive cases so that jobs can take advantage of Go's fast runtime.
169
169
170
+
-[Inserting jobs from Python](https://riverqueue.com/docs/python).
170
171
-[Inserting jobs from Ruby](https://riverqueue.com/docs/ruby).
0 commit comments