mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #859] [FEATURE REQUEST] stop usage of the internal folder #1437
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1437
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elee1766 on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/859
Originally assigned to: @hibiken on GitHub.
hi
we are using asynq for a while in some production services and love it!
reading through some prs here - see that you would prefer to keep development in this repository, and we totally agree that its the best option.
however - we are looking to build extensions/interfaces which require us to be able to access the protos in /internal. for instance, and alternative client, which is something we think shouldnt live in the package itself, but better published as a third party module which depends asynq.
this would also allow faster iteration on top of asynq which does not explicitly require your attention and
so i think it would be good to rename /internal -> /pkg
the alternative is that we will just continue to use a forked asynq and replace in all our projects in order to use our extensions.
if you agree, happy to make the pr.