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

add: api to get migrations #179

Merged
merged 3 commits into from
Oct 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sqlite.rs
  • Loading branch information
geofmureithi authored Oct 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f1074f2f64d4daa9f29331313f60a2c3426609d3
1 change: 0 additions & 1 deletion packages/apalis-sql/src/sqlite.rs
Original file line number Diff line number Diff line change
@@ -73,7 +73,6 @@ impl<T: Job> SqliteStorage<T> {
sqlx::migrate!("migrations/sqlite")
}


/// Keeps a storage notified that the worker is still alive manually
pub async fn keep_alive_at<Service>(
&mut self,