Skip to content

Commit

Permalink
fix: use partition_data_proc (#68)
Browse files Browse the repository at this point in the history
* fix: use partition_data_proc

* fix: change schedule to every 30 mins

* fix: command
  • Loading branch information
ishanarya0 authored Jun 10, 2024
1 parent dd54d61 commit cdd69cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Empty file.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT cron.unschedule('call-partition_data_proc');
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT cron.schedule('call-partition_data_proc', '* 21 * * *', 'CALL partman.partition_data_proc(''public.activities'')');

0 comments on commit cdd69cd

Please sign in to comment.