В конфиг-файле процесса в:
command=
необходимо АБСОЛЮТНЫЙ путь прописывать (я выше об этом писал).
Supervisor плохо понимает переменные, алиасы и т.д...
function test() {
$.ajax({
type: 'get',
cache: false,
url: "index.php?route=delivery/shipping_method/getDeliveryCost&shipping_method_id=129",
success: function (result) {
}
})
}
test();
console.log(1111111);
test();
console.log(2222222);
test();
console.log(3333333);
sleep(10);
/**
* @OneToMany(targetEntity="Address", mappedBy="customer", cascade={"persist", "remove"})
* @JoinColumn(name="customer_id", referencedColumnName="customer_id")
*/
protected $addresses;