Closed sampaccoud closed 3 years ago
The catalog app is not used anymore in production and we don't want to synchronize Elasticsearch on each publish like it used to be.
Remove call to update_courses command from method that is called on post_publish signal.
update_courses
post_publish
Purpose
The catalog app is not used anymore in production and we don't want to synchronize Elasticsearch on each publish like it used to be.
Proposal
Remove call to
update_courses
command from method that is called onpost_publish
signal.