CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 10: Magento Certified Professional Cloud Developer

A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custom bin/magento command. The functionality uses a lock file in var/locks to prevent concurrent execution. There are instances when the process gets locked after Production deployments and order d…

Nội dung câu hỏi

A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custom bin/magento command. The functionality uses a lock file in var/locks to prevent concurrent execution. There are instances when the process gets locked after Production deployments and order data is not exported. How do you prevent this from happening?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use the VAR_LOCKS_CLEAR variable available for the post_deploy stage in the .magento.env.yaml file — đáp án hiện tại
  2. B. Write a custom post_deploy hook to delete orphan lock files and include it in the .magento.app.yaml file
  3. C. Use the VAR_LOCKS_CLEAR variable available for the build stage in the .magento.app.yaml file
  4. D. You must access the Production environment and delete the lock file

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề