Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-bee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-bee
Commits
89b1790d
Verified
Commit
89b1790d
authored
Oct 10, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] bee img added
parent
58ab07e0
Pipeline
#6808
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
.gitignore
.gitignore
+1
-0
README.md
README.md
+3
-1
bee-wiki.jpg
img/bee-wiki.jpg
+0
-0
No files found.
.gitignore
View file @
89b1790d
.idea/
dist-newstyle/
docs/
\ No newline at end of file
README.md
View file @
89b1790d
# Haskell-bee

This is a library for implementing asynchronous workers which can fetch jobs from a (configurable) broker.
You can think of it as a simple Haskell rewrite of
[
Celery
](
https://docs.celeryq.dev/en/stable/
)
.
...
...
@@ -33,4 +35,4 @@ This contains information such as:
-
after job is fetched from broker
-
after job finishes
-
after timeout occurred
-
after job error
\ No newline at end of file
-
after job error
img/bee-wiki.jpg
0 → 100644
View file @
89b1790d
58.5 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment