Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project deprecated or maintained? #217

Open
jonkiparsky opened this issue Jul 15, 2022 · 10 comments
Open

Is this project deprecated or maintained? #217

jonkiparsky opened this issue Jul 15, 2022 · 10 comments

Comments

@jonkiparsky
Copy link

I'm curious as to the state of this project, as your PyPI listing shows it as "deprecated" but I see recent evidence of active maintenance (a recent new release)

Can someone involved with the project give guidance on this? For example, do you expect it to be maintained going forward, are you accepting issues and pull requests, and generally is this a live effort?

Thanks!

@jaspercram
Copy link

According to https://github.com/Tivix/django-cron/releases/tag/v0.6.0 the last update was in May 2022 and one of the items was "django 4.0 support". so I would guess this project is still maintained.

@boskicthebrain
Copy link

Now there is a deprecation message for this library too:
RemovedInDjango51Warning: 'index_together' is deprecated. Use 'Meta.indexes' in 'django_cron.CronJobLog' instead.
I'd love to keep using this library as it is so much simpler than the rest. If there is release process in place and willingness to release a Django 5.1 compatible version, I'd be happy to contribute. However, my time is too valuable to put into a not maintained project.

@jorenham
Copy link

Now that there has been radio silence for two years, I think it's safe to say that this project is abandoned 😞.

@boskicthebrain
Copy link

Or a good time to fork it ;) I'm very happy with this library and I'd like to be able to use it after Django 5.1

@bj00rn
Copy link

bj00rn commented May 24, 2024

any input on the state of this project?

image

@JedrzejMaluszczak @rutu-tivix @jazownik-tivix @jaroslawkrol-tivix @MarcinMarczakTivixPL

@jorenham
Copy link

FYI, I've forked it https://github.com/jorenham/django-cron, and have been using it successfully for quite a while now with django 4 and 5.

@boskicthebrain
Copy link

Would you be willing to package it and publish on pip?

@jorenham
Copy link

jorenham commented May 24, 2024

@boskicthebrain Do you mean pypi?
You can currently already use pip with e.g. pip install git+https://github.com/jorenham/django-cron.git@bd586fe.

@boskicthebrain
Copy link

Sure, but it is not optimal. I don't feel very comfortable using such packages in production, because they can easily vanish as opposed to true packages. Thanks for providing it anyway!

@jorenham
Copy link

jorenham commented May 27, 2024

@boskicthebrain You could fork my fork, and pip install it from there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants